2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2015-05-28 02:46:40 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.234
Upstream changes:
0.234 20150527
. Fix the test for PMC loading to work on versions on Perl that don't
have Config::non_bincompat_options (HAARG). Fixes RT#102626 .
0.233 20150525
! The diagnostic about inheriting from ourselves was removed.
It served no own purpose as Perl already warns if we try to
inherit in a circular way.
|
2015-04-24 15:31:59 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.232
Upstream changes:
0.232 20150319
. Change line-endings in parent-pmc.t to unix EOLs so that bleadperl
is happy
. No code changes, no need to upgrade
0.231 20150309
. Really restore test compatibility where Perl does not provide
&Config::non_bincompat_options. This affected Perl
versions < 5.14 (RT #102626, patch by Matthew Horsfall)
. No code changes, no need to upgrade
0.230 20150309
. Restore test compatibility where Perl does not provide
&Config::non_bincompat_options. This affected Perl
versions < 5.14 (RT #102626)
. No code changes, no need to upgrade
0.229 20150307
. Add link to (Github) repository
Thanks to Neil Bowers for the idea
. Guard tests against PERL_DISABLE_PMC
Contributed by Bulk88
. No code changes, no need to upgrade
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2013-10-19 13:17:31 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.228
Upstream changes:
0.228 20130917
. Fix RT #88450, install into site/ for 5.12+
Thanks to haarg for the report
0.227 20130901
. Fix RT #88320, restore tests passing for 5.17.5+
Thanks to Zefram for the report and contributing the fix
0.226 20130729
. Fix RT #86890, restore tests passing for 5.18+
Thanks to Petr Pisar for the report
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
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-02-11 04:22:10 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-parent to 0.225.
Changes from previous:
----------------------
0.225 20110308
. Applied a docpatch by Robin Barker to fix the documentation
about the warning of inheriting from yourself.
Fixes RT #66459
0.224 20101031
. Change assignment @ISA = (@ISA, 'new::class')
to use push @ISA, 'new::class'
This should make class creation faster from 5.10 onwards
and reverts a change made in 2.14. If this is critically slow for you
and you can't upgrade your version of Perl, use the old way.
|
2011-08-14 14:26:51 by OBATA Akio | Files touched by this commit (406) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|