wok-current annotate perl-common-sense/description.txt @ rev 25792
Fix openbox menu, label keymap on lxpanel and add miss it translation for tazpkg
| author | Stanislas Leduc <shann@slitaz.org> |
|---|---|
| date | Tue Oct 07 05:55:24 2025 +0000 (3 weeks ago) |
| parents | |
| children |
| rev | line source |
|---|---|
| Hans-Günter@24185 | 1 This module implements some sane defaults for Perl programs, |
| Hans-Günter@24185 | 2 as defined by two typical (or not so typical - use your |
| Hans-Günter@24185 | 3 common sense) specimens of Perl coders. |
| Hans-Günter@24185 | 4 In fact, after working out details on which warnings and |
| Hans-Günter@24185 | 5 strict modes to enable and make fatal, we found that we |
| Hans-Günter@24185 | 6 (and our code written so far, and others) fully agree on |
| Hans-Günter@24185 | 7 every option, even though we never used warnings before, |
| Hans-Günter@24185 | 8 so it seems this module indeed reflects a "common" sense |
| Hans-Günter@24185 | 9 among some long-time Perl coders. |
| Hans-Günter@24185 | 10 |
| Hans-Günter@24185 | 11 The basic philosophy behind the choices made in common::sense |
| Hans-Günter@24185 | 12 can be summarised as: "enforcing strict policies to catch as |
| Hans-Günter@24185 | 13 many bugs as possible, while at the same time, not limiting |
| Hans-Günter@24185 | 14 the expressive power available to the programmer". |