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

Comparing common-sense/Changes (file contents):
Revision 1.17 by root, Fri Jan 14 06:46:29 2011 UTC vs.
Revision 1.27 by root, Mon Jun 29 12:40:22 2015 UTC

1Revision history for perl pragma common::sense. 1Revision history for perl pragma common::sense.
2
33.74 Mon Jun 29 14:39:26 CEST 2015
4 - the generated README file was empty.
5
63.73 Sat May 31 22:37:21 CEST 2014
7 - remove "deprecated", as it turned out to be yet another time bomb
8 as p5p don't care the least about backwards compatibility
9 anymore (https://rt.perl.org/Public/Bug/Display.html?id=119123).
10 - switching paths once more as this turned out to be a doc bug
11 in eumm. this should not affect anything though.
12
133.72 Wed Jul 31 19:44:18 CEST 2013
14 - install paths were wrong for current MakeMaker (reported
15 by various people).
16
173.71 Wed Jul 31 02:34:48 CEST 2013
18 - CPAN failed to parse the version number in 3.7, try to work
19 around.
20
213.7 Wed Jul 31 01:26:50 CEST 2013
22 - move pod to separate file, to further improve loading times.
23 - make it arch-specific, adding a test that warns when an old
24 version is still installed.
25 - due to a logic glitch, warnings were not enabled at all on 5.16.
26
273.6 Sun Jun 17 14:24:53 CEST 2012
28 - work around more 5.16 breakage - $^H doesn't work as nicely as
29 p5p make you to believe.
30 - add features: unicode_strings current_sub fc evalbytes.
31 - disable features: array_base.
32
333.5 Wed Mar 7 20:50:48 CET 2012
34 - localise $^W, as this causes warnings with 5.16 when some lost
35 soul uses -w. common::sense doesn't support $^W, but tries to
36 shield module authors and programs from its ill effects. If you
37 enable $^W, then you normally get to keep the pieces because you
38 change semantics of other people's code.
2 39
33.4 Fri Jan 14 07:17:16 CET 2011 403.4 Fri Jan 14 07:17:16 CET 2011
4 - remove "regexp" category. this is rather painful as it's a large 41 - remove "regexp" category. this is rather painful as it's a large
5 class, but unfortunately, somebody thought emitting a warning when you 42 class, but unfortunately, somebody thought emitting a warning when you
6 match more than 32kb of text is in some way useful, which spoils the whole 43 match more than 32kb of text is in some way useful, which spoils the whole
32 - enable "use utf8" effect by default. 69 - enable "use utf8" effect by default.
33 - removed "utf8" warning category. while this contains useful security 70 - removed "utf8" warning category. while this contains useful security
34 stuff, it also makes implementing security stuff almost impossible, 71 stuff, it also makes implementing security stuff almost impossible,
35 as it completely mangles perls internal utf8 encoding with actual 72 as it completely mangles perls internal utf8 encoding with actual
36 utf-8 encoding, and confuses "unicode", "string codepoints" and 73 utf-8 encoding, and confuses "unicode", "string codepoints" and
37 "utf-8" so much that it becoems practically unusable. 74 "utf-8" so much that it becomes practically unusable.
38 75
392.03 Wed Dec 2 18:38:53 CET 2009 762.03 Wed Dec 2 18:38:53 CET 2009
40 - removed "unopened" warning category, as this breaks "stat _", which 77 - removed "unopened" warning category, as this breaks "stat _", which
41 seems to be a bug in all perl versions (see perlbug #71002). 78 seems to be a bug in all perl versions (see perlbug #71002).
42 - some doc updates. 79 - some doc updates.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines