2012-10-22 00:49:27 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.6:
3.6 Sun Jun 17 14:24:53 CEST 2012
- work around more 5.16 breakage - $^H doesn't work as nicely as
p5p make you to believe.
- add features: unicode_strings current_sub fc evalbytes.
- disable features: array_base.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-04-22 12:51:17 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.5:
3.5 Wed Mar 7 20:50:48 CET 2012
- 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.
|
2011-08-10 10:46:11 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Ouch: commit distinfo as well
|
2011-08-10 08:44:29 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Changes 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
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-07-12 02:35:18 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-common-sense from version 3.2 to version 3.3.
Upstream changes:
3.3 Fri Jul 2 22:40:14 CEST 2010
- 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.
|
2010-04-24 18:50:16 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-common-sense from version 3.1 to version 3.2.
Upstream changes:
3.2 Fri Apr 16 01:46:02 CEST 2010
- removed "substr" warning - while it overall is a good category,
"substr '', 2" is entirely sensible.
|
2010-04-12 00:04:29 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-common-sense from version 3.00 to version 3.1.
Upstream changes:
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.
|
2010-02-17 13:38:23 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
Updating devel/p5-common-sense from 2.02 to 3.00
Upstream changes:
3.0 Tue Dec 15 03:24:28 CET 2009
- enable "use utf8" effect by default.
- removed "utf8" warning category. while this contains useful security
stuff, it also makes implementing security stuff almost impossible,
as it completely mangles perls internal utf8 encoding with actual
utf-8 encoding, and confuses "unicode", "string \
codepoints" and
"utf-8" so much that it becoems practically unusable.
2.03 Wed Dec 2 18:38:53 CET 2009
- removed "unopened" warning category, as this breaks "stat \
_", which
seems to be a bug in all perl versions (see perlbug #71002).
- some doc updates.
|