ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/common-sense/Changes
(Generate patch)

Comparing common-sense/Changes (file contents):
Revision 1.13 by root, Fri Feb 19 14:58:40 2010 UTC vs.
Revision 1.14 by root, Sat Apr 3 02:56:56 2010 UTC

1Revision history for perl pragma common::sense. 1Revision history for perl pragma common::sense.
2 2
33.1 33.1 Sat Apr 3 04:56:36 CEST 2010
4 - removed "parenthesis" warning:
5 sysread $fh, my $buf, -s $fh; # ok
6 sysread $fh, my $buf, $size; # warning
7 Made no sense to me, especially as $size is in scope.
4 - no longer hardcode warning/struct bits, calculate them at 8 - no longer hardcode warning/struct bits, calculate them at
5 installation time, for when I will no longer be alive etc. 9 installation time, for when I will no longer be alive etc.
6 - tweaked documentation. 10 - tweaked documentation.
7 11
83.0 Tue Dec 15 03:24:28 CET 2009 123.0 Tue Dec 15 03:24:28 CET 2009

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines