Changelog for
perl-common-sense-3.5-4.3.1.noarch.rpm :
Wed May 23 14:00:00 2012 cooloAATTsuse.com
- updated to 3.5
- localise $^W, as this causes warnings with 5.16 when some lost
soul uses -w. common::sense doesn\'t support $^W, but tries to
shield module authors and programs from its ill effects. If you
enable $^W, then you normally get to keep the pieces because you
change semantics of other people\'s code.
Fri Mar 4 13:00:00 2011 chrisAATTcomputersalat.de
- update to 3.4
- remove \"regexp\" category. this is rather painful as it\'s a large
class, but unfortunately, somebody thought emitting a warning when
you match more than 32kb of text is in some way useful, which
spoils the whole category.
- use META.json instead of META.yml - apparently YAML parsers don\'t
actually exist.
- recreated by cpanspec 1.78.03
Tue Nov 30 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Tue Jul 6 14:00:00 2010 chrisAATTcomputersalat.de
- update tp 3.3
- removed \"exiting\" category - this is too useful to create new
control statements, and fails utterly with eval, as eval will
catch the (fatal) warning itself. Kind of hurts, but this is
just another warning category which is too broad and has to be
disabled fully because of a minority of issues.
- noarch package
o remove .packlist/perllocal.pod
Fri Apr 16 14:00:00 2010 chrisAATTcomputersalat.de
- update to 3.2
- removed \"substr\" warning - while it overall is a good category,
\"substr \'\', 2\" is entirely sensible.
- 3.1 Sat Apr 3 04:56:36 CEST 2010
- removed \"parenthesis\" warning:
sysread $fh, my $buf, -s $fh; # ok
sysread $fh, my $buf, $size; # warning
Made no sense to me, especially as $size is in scope.
- no longer hardcode warning/struct bits, calculate them at
installation time, for when I will no longer be alive etc.
- tweaked documentation.
- fixed perl-macros deps
Mon Jan 18 13:00:00 2010 jwAATTnovell.com
- update to 3.0, as suggested by JSON::XS
Fri Sep 4 14:00:00 2009 chrisAATTcomputersalat.de
- initial pkg 2.0