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.19 by root, Mon Oct 5 15:02:32 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
251 255
252apeiron (meta-comment about us commenting^Wquoting his comment) 256apeiron (meta-comment about us commenting^Wquoting his comment)
253 257
254 How about quoting this: get a clue, you fucktarded amoeba. 258 How about quoting this: get a clue, you fucktarded amoeba.
255 259
260quanth
261
262 common sense is beautiful, json::xs is fast, Anyevent, EV are fast and
263 furious. I love mlehmannware ;)
264
256=head1 FREQUQNTLY ASKED QUESTIONS 265=head1 FREQUQNTLY ASKED QUESTIONS
257 266
258Or frequently-come-up confusions. 267Or frequently-come-up confusions.
259 268
260=over 4 269=over 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines