| 1 |
root |
1.2 |
Revision history for perl pragma common::sense. |
| 2 |
|
|
|
| 3 |
root |
1.13 |
3.1 |
| 4 |
|
|
- no longer hardcode warning/struct bits, calculate them at |
| 5 |
|
|
installation time, for when I will no longer be alive etc. |
| 6 |
root |
1.12 |
- tweaked documentation. |
| 7 |
|
|
|
| 8 |
root |
1.11 |
3.0 Tue Dec 15 03:24:28 CET 2009 |
| 9 |
|
|
- enable "use utf8" effect by default. |
| 10 |
|
|
- removed "utf8" warning category. while this contains useful security |
| 11 |
|
|
stuff, it also makes implementing security stuff almost impossible, |
| 12 |
|
|
as it completely mangles perls internal utf8 encoding with actual |
| 13 |
|
|
utf-8 encoding, and confuses "unicode", "string codepoints" and |
| 14 |
|
|
"utf-8" so much that it becoems practically unusable. |
| 15 |
|
|
|
| 16 |
root |
1.10 |
2.03 Wed Dec 2 18:38:53 CET 2009 |
| 17 |
|
|
- removed "unopened" warning category, as this breaks "stat _", which |
| 18 |
|
|
seems to be a bug in all perl versions (see perlbug #71002). |
| 19 |
|
|
- some doc updates. |
| 20 |
|
|
|
| 21 |
root |
1.9 |
2.02 Wed Nov 4 12:04:08 CET 2009 |
| 22 |
|
|
- no functional changes. |
| 23 |
|
|
- add META.yml clarification to the faq, tune the docs a bit |
| 24 |
|
|
and add a "much reduced typing" section. |
| 25 |
|
|
- unfortunately, the tone of the manpage has tightened and is |
| 26 |
|
|
more serious in many parts now. We consider this a bug that we |
| 27 |
|
|
plan to fix before 2100. |
| 28 |
|
|
|
| 29 |
root |
1.8 |
2.01 Mon Oct 5 17:01:48 CEST 2009 |
| 30 |
|
|
- add a FAQ section. |
| 31 |
|
|
- use a more future-proof way to set the warning mask. |
| 32 |
|
|
|
| 33 |
root |
1.7 |
2.0 Tue Sep 1 20:28:25 CEST 2009 |
| 34 |
|
|
- codename "fatality", now with big doses of... fatality. |
| 35 |
root |
1.6 |
- enabled an enourmous number of warnings and made them FATAL, |
| 36 |
|
|
as warned about in earlier releases. Of course we carefully |
| 37 |
|
|
tested the new warnings against our modules, as mentioned |
| 38 |
|
|
in the manpage, too. |
| 39 |
root |
1.5 |
|
| 40 |
root |
1.4 |
1.0 Sat Aug 22 22:08:50 CEST 2009 |
| 41 |
|
|
- no functional changes. |
| 42 |
|
|
- really, the first version of common sense! |
| 43 |
|
|
- slightly improved documentation. |
| 44 |
|
|
- forgot to include license. |
| 45 |
|
|
|
| 46 |
root |
1.3 |
0.04 Sun Aug 2 10:29:23 CEST 2009 |
| 47 |
|
|
- added "what others..." section. |
| 48 |
|
|
- reinforce attempt at world domination. |
| 49 |
|
|
|
| 50 |
root |
1.2 |
0.03 Thu Jul 9 20:16:33 CEST 2009 |
| 51 |
|
|
- first public release, written on the Piratenstammtisch |
| 52 |
|
|
(http://wiki.piratenpartei.de/Stammtisch_Karlsruhe). |
| 53 |
root |
1.1 |
|
| 54 |
|
|
0.01 Thu Jul 9 17:48:00 CEST 2009 |
| 55 |
|
|
- original version; cloned from Convert::Scalar. |
| 56 |
|
|
|