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.1 by root, Fri Feb 19 14:58:41 2010 UTC vs.
Revision 1.2 by root, Sat Apr 3 02:56:56 2010 UTC

15use strict qw(subs vars); 15use strict qw(subs vars);
16 16
17no warnings; 17no warnings;
18use warnings qw(FATAL closed threads internal debugging pack substr malloc portable prototype 18use warnings qw(FATAL closed threads internal debugging pack substr malloc portable prototype
19 inplace io pipe unpack regexp deprecated exiting glob digit printf 19 inplace io pipe unpack regexp deprecated exiting glob digit printf
20 layer reserved parenthesis taint closure semicolon); 20 layer reserved taint closure semicolon);
21no warnings qw(exec newline unopened); 21no warnings qw(exec newline unopened);
22 22
23BEGIN { 23BEGIN {
24 $H = $^H & ~$H; 24 $H = $^H & ~$H;
25 $WARN = ${^WARNING_BITS} & ~$WARN; 25 $WARN = ${^WARNING_BITS} & ~$WARN;
57 # use feature qw(say state switch); 57 # use feature qw(say state switch);
58 # no warnings; 58 # no warnings;
59 # use warnings qw(FATAL closed threads internal debugging pack substr malloc 59 # use warnings qw(FATAL closed threads internal debugging pack substr malloc
60 # portable prototype inplace io pipe unpack regexp 60 # portable prototype inplace io pipe unpack regexp
61 # deprecated exiting glob digit printf layer 61 # deprecated exiting glob digit printf layer
62 # reserved parenthesis taint closure semicolon); 62 # reserved taint closure semicolon);
63 # no warnings qw(exec newline unopened); 63 # no warnings qw(exec newline unopened);
64 64
65=head1 DESCRIPTION 65=head1 DESCRIPTION
66 66
67This module implements some sane defaults for Perl programs, as defined by 67This module implements some sane defaults for Perl programs, as defined by

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines