2014-11-22 06:11:50 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.10012
Upstream changes:
0.10012 2014-10-05 21:22 (UTC)
- Fix tests tickling deficient threads on perl 5.10.0
0.10011 2014-09-26 11:24 (UTC)
- Soft-depend on newer (bugfixed and *simpler*) Class::XSAccessor 1.19
- More robust threading tests
|
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-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.
|
2013-05-02 08:33:19 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.10010
Upstream changes:
0.10010 2013-04-24 02:58 (UTC)
- Fix bug with identically-named 'simple' accessors in different
classes set to access *differently named fields* getting their
field access mixed up
- Fix subtle pessimization when having identically-named accessors
in different classes leads to 'simple' implementations not being
replaced by Class::XSAccessor where appropriate
|
2012-12-10 15:58:04 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.10009
0.10009 2012-11-15 18:51 (UTC)
- Stop leaking extra methods into the inheritance chain - there
are plenty already
0.10008 2012-11-15 09:48 (UTC)
- Allow disabling of accessor name checking introduced in 0.10007
- Pass tests if Class::XSAccessor is available but Sub::Name isn't
0.10007 2012-11-08 11:54 (UTC)
- Disable tests on perls where Class::XSAccessor emits broken
error messages (RT#74883, RT#80519)
- Drop minimum perl to 5.6 (from 5.6.2)
- Switch all module loading to Module::Runtime and lose
dependency on Class::Inspector
- Fix stupid mistake causing double-require of Sub::Name when
Class::XSAccessor is not available (RT#80657)
- Simplify superclass traversal done by the 'inherited' group type
- Fix incorrect quoting of unusual hash keys (fieldnames)
- Depend on newer bugfixed Class::XSAccessor 1.15
- Improve text of ro/wo violation exceptions
- Sanity-check accessor names for well-formedness
(qr/[A-Z_a-z][0-9A-Z_a-z]*/)
|
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-09-03 13:16:27 by Jens Rehsack | Files touched by this commit (67) |
Log message:
Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.
Bumping revision
|
2012-03-05 14:29:40 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for CPAN distribution Class::Accessor::Grouped in
devel/p5-Class-Accessor-Grouped from 0.10003 to 0.10006.
Upstream changes:
0.10006 2011-12-30 03:52 (UTC)
- Silence warnings resulting from incomplete can() overrides
hiding get/set_simple methods
0.10005 2011-12-26 12:43 (UTC)
- Depend on newer bugfixed Class::XSAccessor
- Repack with correct metadata (RT#73100)
0.10004 2011-11-28 21:20 (UTC)
- No longer leak internal __CAG* methods into the inheritable
namespace
|
2011-08-09 11:54:15 by OBATA Akio | Files touched by this commit (1) |
Log message:
As noted in Changes 0.10003, only require MRO::Compat for older perls,
so drop dependency on p5-MRO-Compat.
|