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

Comparing common-sense/sense.pm.PL (file contents):
Revision 1.15 by root, Wed Jul 31 17:44:54 2013 UTC vs.
Revision 1.16 by root, Sat May 31 20:38:48 2014 UTC

1#! perl-000 1#! perl-000
2 2
3our $VERSION = '3.72'; 3our $VERSION = '3.73';
4 4
5open STDOUT, ">$ARGV[0]~" 5open STDOUT, ">$ARGV[0]~"
6 or die "$ARGV[0]~: $!"; 6 or die "$ARGV[0]~: $!";
7 7
8our ($WARN, $H, %H); 8our ($WARN, $H, %H);
24 } 24 }
25} 25}
26 26
27no warnings; 27no warnings;
28use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype 28use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype
29 inplace io pipe unpack deprecated glob digit printf 29 inplace io pipe unpack glob digit printf
30 layer reserved taint closure semicolon); 30 layer reserved taint closure semicolon);
31no warnings qw(exec newline unopened); 31no warnings qw(exec newline unopened);
32 32
33BEGIN { 33BEGIN {
34 $H = $^H; 34 $H = $^H;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines