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

Comparing common-sense/sense.pm (file contents):
Revision 1.20 by root, Fri Oct 30 02:50:35 2009 UTC vs.
Revision 1.21 by root, Fri Oct 30 02:58:05 2009 UTC

19 19
20=head1 DESCRIPTION 20=head1 DESCRIPTION
21 21
22This module implements some sane defaults for Perl programs, as defined by 22This module implements some sane defaults for Perl programs, as defined by
23two typical (or not so typical - use your common sense) specimens of Perl 23two typical (or not so typical - use your common sense) specimens of Perl
24coders. 24coders. In fact, after working out details on which warnings and strict
25modes to enable and make fatal, we found that we (and our code written so
26far, and others) fully agree on every option, even though we never used
27warnings before, so it seems this module indeed reflects a "common" sense
28among some long-time Perl coders.
25 29
26=over 4 30=over 4
27 31
28=item use strict qw(subs vars) 32=item use strict qw(subs vars)
29 33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines