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.16 by root, Sat May 31 20:38:48 2014 UTC vs.
Revision 1.17 by root, Mon Jun 29 12:40:22 2015 UTC

1#! perl-000 1#! perl-000
2 2
3our $VERSION = '3.73'; 3our $VERSION = 3.74;
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);
20 } 20 }
21 if ($] >= 5.016) { 21 if ($] >= 5.016) {
22 feature->import (qw(current_sub fc evalbytes)); 22 feature->import (qw(current_sub fc evalbytes));
23 feature->unimport (qw(array_base)); 23 feature->unimport (qw(array_base));
24 } 24 }
25
25} 26}
26 27
27no warnings; 28no warnings;
28use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype 29use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype
29 inplace io pipe unpack glob digit printf 30 inplace io pipe unpack glob digit printf

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines