wok diff perl-common-sense/description.txt @ rev 24937

Up iptraf (3.0.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 14 08:53:05 2022 +0000 (2022-04-14)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-common-sense/description.txt	Thu Apr 14 08:53:05 2022 +0000
     1.3 @@ -0,0 +1,14 @@
     1.4 +This module implements some sane defaults for Perl programs,
     1.5 +as defined by two typical (or not so typical - use your
     1.6 +common sense) specimens of Perl coders.
     1.7 +In fact, after working out details on which warnings and
     1.8 +strict modes to enable and make fatal, we found that we
     1.9 +(and our code written so far, and others) fully agree on
    1.10 +every option, even though we never used warnings before,
    1.11 +so it seems this module indeed reflects a "common" sense
    1.12 +among some long-time Perl coders.
    1.13 +
    1.14 +The basic philosophy behind the choices made in common::sense
    1.15 +can be summarised as: "enforcing strict policies to catch as
    1.16 +many bugs as possible, while at the same time, not limiting
    1.17 +the expressive power available to the programmer".