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.17 by root, Mon Jun 29 12:40:22 2015 UTC vs.
Revision 1.18 by root, Wed Aug 2 16:56:04 2017 UTC

43 printf " \${^WARNING_BITS} ^= \${^WARNING_BITS} ^ \"%s\";\n", 43 printf " \${^WARNING_BITS} ^= \${^WARNING_BITS} ^ \"%s\";\n",
44 join "", map "\\x$_", unpack "(H2)*", $WARN; 44 join "", map "\\x$_", unpack "(H2)*", $WARN;
45 print " # use strict, use utf8; use feature;\n"; 45 print " # use strict, use utf8; use feature;\n";
46 printf " \$^H |= 0x%x;\n", $H; 46 printf " \$^H |= 0x%x;\n", $H;
47 47
48 if (my @features = grep /^feature_/, keys %H) { 48 if (my @features = grep /^feature_/, sort keys %H) {
49 print " \@^H{qw(@features)} = (1) x ", (scalar @features), ";\n"; 49 print " \@^H{qw(@features)} = (1) x ", (scalar @features), ";\n";
50 } 50 }
51 } elsif (/^VERSION/) { 51 } elsif (/^VERSION/) {
52 print "our \$VERSION = $VERSION;\n"; 52 print "our \$VERSION = $VERSION;\n";
53 } else { 53 } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines