wok annotate perl-common-sense/description.txt @ rev 25064
openvas-libraries, openvas-client: update gnutls calls
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 08 16:46:37 2022 +0000 (2022-06-08) |
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". |