ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/common-sense/Changes
(Generate patch)

Comparing common-sense/Changes (file contents):
Revision 1.2 by root, Thu Jul 9 18:18:10 2009 UTC vs.
Revision 1.23 by root, Wed Jul 31 17:44:54 2013 UTC

1Revision history for perl pragma common::sense. 1Revision history for perl pragma common::sense.
2
33.72 Wed Jul 31 19:44:18 CEST 2013
4 - install paths were wrong for current MakeMaker (reported
5 by various people).
6
73.71 Wed Jul 31 02:34:48 CEST 2013
8 - CPAN failed to parse the version number in 3.7, try to work
9 around.
10
113.7 Wed Jul 31 01:26:50 CEST 2013
12 - move pod to separate file, to further improve loading times.
13 - make it arch-specific, adding a test that warns when an old
14 version is still installed.
15 - due to a logic glitch, warnings were not enabled at all on 5.16.
16
173.6 Sun Jun 17 14:24:53 CEST 2012
18 - work around more 5.16 breakage - $^H doesn't work as nicely as
19 p5p make you to believe.
20 - add features: unicode_strings current_sub fc evalbytes.
21 - disable features: array_base.
22
233.5 Wed Mar 7 20:50:48 CET 2012
24 - localise $^W, as this causes warnings with 5.16 when some lost
25 soul uses -w. common::sense doesn't support $^W, but tries to
26 shield module authors and programs from its ill effects. If you
27 enable $^W, then you normally get to keep the pieces because you
28 change semantics of other people's code.
29
303.4 Fri Jan 14 07:17:16 CET 2011
31 - remove "regexp" category. this is rather painful as it's a large
32 class, but unfortunately, somebody thought emitting a warning when you
33 match more than 32kb of text is in some way useful, which spoils the whole
34 category.
35 - use META.json instead of META.yml - apparently YAML parsers don't actually
36 exist.
37
383.3 Fri Jul 2 22:40:14 CEST 2010
39 - removed "exiting" category - this is too useful to create new
40 control statements, and fails utterly with eval, as eval will
41 catch the (fatal) warning itself. Kind of hurts, but this is
42 just another warning category which is too broad and has to be
43 disabled fully because of a minority of issues.
44
453.2 Fri Apr 16 01:46:02 CEST 2010
46 - removed "substr" warning - while it overall is a good category,
47 "substr '', 2" is entirely sensible.
48
493.1 Sat Apr 3 04:56:36 CEST 2010
50 - removed "parenthesis" warning:
51 sysread $fh, my $buf, -s $fh; # ok
52 sysread $fh, my $buf, $size; # warning
53 Made no sense to me, especially as $size is in scope.
54 - no longer hardcode warning/struct bits, calculate them at
55 installation time, for when I will no longer be alive etc.
56 - tweaked documentation.
57
583.0 Tue Dec 15 03:24:28 CET 2009
59 - enable "use utf8" effect by default.
60 - removed "utf8" warning category. while this contains useful security
61 stuff, it also makes implementing security stuff almost impossible,
62 as it completely mangles perls internal utf8 encoding with actual
63 utf-8 encoding, and confuses "unicode", "string codepoints" and
64 "utf-8" so much that it becoems practically unusable.
65
662.03 Wed Dec 2 18:38:53 CET 2009
67 - removed "unopened" warning category, as this breaks "stat _", which
68 seems to be a bug in all perl versions (see perlbug #71002).
69 - some doc updates.
70
712.02 Wed Nov 4 12:04:08 CET 2009
72 - no functional changes.
73 - add META.yml clarification to the faq, tune the docs a bit
74 and add a "much reduced typing" section.
75 - unfortunately, the tone of the manpage has tightened and is
76 more serious in many parts now. We consider this a bug that we
77 plan to fix before 2100.
78
792.01 Mon Oct 5 17:01:48 CEST 2009
80 - add a FAQ section.
81 - use a more future-proof way to set the warning mask.
82
832.0 Tue Sep 1 20:28:25 CEST 2009
84 - codename "fatality", now with big doses of... fatality.
85 - enabled an enourmous number of warnings and made them FATAL,
86 as warned about in earlier releases. Of course we carefully
87 tested the new warnings against our modules, as mentioned
88 in the manpage, too.
89
901.0 Sat Aug 22 22:08:50 CEST 2009
91 - no functional changes.
92 - really, the first version of common sense!
93 - slightly improved documentation.
94 - forgot to include license.
95
960.04 Sun Aug 2 10:29:23 CEST 2009
97 - added "what others..." section.
98 - reinforce attempt at world domination.
2 99
30.03 Thu Jul 9 20:16:33 CEST 2009 1000.03 Thu Jul 9 20:16:33 CEST 2009
4 - first public release, written on the Piratenstammtisch 101 - first public release, written on the Piratenstammtisch
5 (http://wiki.piratenpartei.de/Stammtisch_Karlsruhe). 102 (http://wiki.piratenpartei.de/Stammtisch_Karlsruhe).
6 103

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines