~ubuntu-branches/ubuntu/oneiric/libcommon-sense-perl/oneiric

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt
  • Date: 2010-07-03 20:36:52 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100703203652-zfs476p06j36vhqt
Tags: 3.3-1
* New upstream release.
* debian/copyright: Formatting changes for current DEP-5 proposal.
* Bump Standards-Version to 3.9.0 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
     # no warnings;
13
13
     # use warnings qw(FATAL closed threads internal debugging pack malloc
14
14
     #                 portable prototype inplace io pipe unpack regexp
15
 
     #                 deprecated exiting glob digit printf layer
 
15
     #                 deprecated glob digit printf layer
16
16
     #                 reserved taint closure semicolon);
17
17
     # no warnings qw(exec newline unopened);
18
18
 
19
19
DESCRIPTION
 
20
       “Nothing is more fairly distributed than common sense: no one thinks
 
21
       he needs more of it than he already has.”
 
22
 
 
23
       – René Descartes
 
24
 
20
25
    This module implements some sane defaults for Perl programs, as defined
21
26
    by two typical (or not so typical - use your common sense) specimens of
22
27
    Perl coders. In fact, after working out details on which warnings and