2011-08-23 11:30:05 by David Brownlee | Files touched by this commit (3) | |
Log message:
retite p5-Class-MOP - now part of p5-Moose
|
2011-08-10 06:30:01 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.12:
* Remove usage of undocumented Package::Stash APIs from the tests. This
prevents the tests from failing on Package::Stash >= 0.18.
|
2010-09-17 07:52:52 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Class-MOP from 1.07 to 1.08
pkgsrc changes:
- add Test::Requires dependency
Upstream changes:
1.08 Mon, Sep 13, 2010
[BUG FIXES]
* The get_method_list and _get_local_methods methods blew up in the face
of subroutine stubs. (Goro Fuji)
|
2010-08-26 00:08:45 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Class-MOP from version 1.04nb1 to version 1.07.
Upstream changes:
1.07 Tue, Aug 25, 2010
[BUG FIXES]
* Fix a mysterious error reported by Piers Cawley. The error showed up as
"Can't use an undefined value as a symbol reference at
/usr/local/lib/perl/5.10.1/Class/MOP/Mixin/HasMethods.pm line 167." (Dave
Rolsky)
1.06 Sun, Aug 23, 2010
[BUG FIXES]
* Version 1.05 no longer reported constants as methods, except with Perl
5.8.x, and doing so in 5.8.x caused test failures. Constants are now
_expected_ to be reported as methods, and we explicitly test this. (Dave
Rolsky)
1.05 Sun, Aug 22, 2010
[ENHANCEMENTS]
* Refactorings and improvements to how defaults are handled, particularly
for inlined code (doy).
* Optimizations that should help speed up compilation time (Dave Rolsky).
|
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-26 23:12:29 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Class-MOP from version 1.03 to version 1.04.
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
1.04 Tue, Jul 25, 2010
[ENHANCEMENTS]
* Class::MOP::Deprecated now uses Package::DeprecationManager
internally. Deprecation warnings are now only issued once for each calling
package, which cuts down on noise. When importing Class::MOP::Deprecated,
the request API version should now be passed in the "-api_version"
flag. However, the old "-compatible" flag will continue to work. (Dave
Rolsky).
|
2010-06-12 23:46:18 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Class-MOP from version 1.02 to version 1.03.
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
1.03 Sat, Jun 5, 2010
[ENHANCEMENTS]
* Make CMOP::Package a thin wrapper around Package::Stash (doy).
|
2010-05-24 22:09:50 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Class-MOP from version 1.01 to version 1.02.
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
1.02 Thu, May, 2010
[API CHANGES]
* Packages and modules no longer have methods - this functionality was
moved back up into Class::MOP::Class (doy).
[ENHANCEMENTS]
* Metaclass incompatibility checking now checks all metaclass types. (doy)
* Class::MOP can now do simple metaclass incompatibility fixing: if your
class's metaclass is a subclass of your parent class's metaclass, it will
just use the parent class's metaclass directly. (doy)
|
2010-05-12 02:15:25 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Class-MOP from version 1.00 to version 1.01.
Pkgsrc changes:
- adjust dependencies
Upstream changes:
1.01 Thu, May 26, 2010
[NEW FEATURES]
* is_class_loaded, load_class and load_first_existing_class now allow
specifying a minimum required version (Florian Ragwitz).
[BUG FIXES]
* The __INSTANCE__ parameter to Class::MOP::Class::new_object now enforces
that the passed in reference is blessed into the correct class (by dying if
it's not) (doy, jhallock).
|
2010-04-10 09:11:51 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Class-MOP from version 0.98 to version 1.00.
Upstream changes:
1.00 Thu, Mar 25, 2010
[GRRR< FUCKIGN STEVAN@]
* Re-release 0.99 as 1.00.
0.99 Thu, Mar 25, 2010
[DOCUMENTATION]
* Fix typo in Class::MOP::Attribute (Franck Cuny).
|