ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/common-sense/Changes
Revision: 1.14
Committed: Sat Apr 3 02:56:56 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-3_1
Changes since 1.13: +5 -1 lines
Log Message:
3.1

File Contents

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