Changes for version 3.1 - 2010-04-03

  • removed "parenthesis" warning: sysread $fh, my $buf, -s $fh; # ok sysread $fh, my $buf, $size; # warning Made no sense to me, especially as $size is in scope.
  • no longer hardcode warning/struct bits, calculate them at installation time, for when I will no longer be alive etc.
  • tweaked documentation.

Modules

save a tree AND a kitten, use common::sense!