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

Comparing common-sense/Changes (file contents):
Revision 1.14 by root, Sat Apr 3 02:56:56 2010 UTC vs.
Revision 1.15 by root, Thu Apr 15 23:46:22 2010 UTC

1Revision history for perl pragma common::sense. 1Revision history for perl pragma common::sense.
2
33.2 Fri Apr 16 01:46:02 CEST 2010
4 - removed "substr" warning - while it overall is a good category,
5 "substr '', 2" is entirely sensible.
2 6
33.1 Sat Apr 3 04:56:36 CEST 2010 73.1 Sat Apr 3 04:56:36 CEST 2010
4 - removed "parenthesis" warning: 8 - removed "parenthesis" warning:
5 sysread $fh, my $buf, -s $fh; # ok 9 sysread $fh, my $buf, -s $fh; # ok
6 sysread $fh, my $buf, $size; # warning 10 sysread $fh, my $buf, $size; # warning

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines