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.18 by root, Wed Aug 2 16:56:04 2017 UTC vs.
Revision 1.19 by root, Thu Apr 2 07:53:41 2020 UTC

1#! perl-000 1#! perl-000
2 2
3our $VERSION = 3.74; 3our $VERSION = 3.75;
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}
27 27
28no warnings; 28no warnings;
29use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype 29use warnings qw(FATAL closed threads internal debugging pack malloc prototype
30 inplace io pipe unpack glob digit printf 30 inplace io pipe unpack glob digit printf
31 layer reserved taint closure semicolon); 31 layer reserved taint closure semicolon);
32no warnings qw(exec newline unopened); 32no warnings qw(exec newline unopened);
33 33
34BEGIN { 34BEGIN {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines