pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Class-MOP
Module Name: pkgsrc
Committed By: seb
Date: Wed Sep 16 00:07:34 UTC 2009
Modified Files:
pkgsrc/devel/p5-Class-MOP: Makefile distinfo
Log Message:
Update p5-Class-MOP from version 0.92 to version 0.93.
Upstream changes:
0.93 Tue, Sep 15, 2009
* Class::MOP
- The load_class function just returns true, since it's return value was
confusing (either a metaclass object or a class name). It either loads
a class or dies trying. In the future, this may change to not return
anything, since there's no point in checking its return
value. Addresses RT #45883. (Dave Rolsky)
* Class::MOP::Class::Trait::Immutable
- When throwing an error because of an immutable method, include that
method's name. Addresses RT #49680. (Shawn M Moore)
* Class::MOP::Package
- Adding the same sub reference to multiple packages failed to update
the method map properly. RT #48985. Reported by Paul Mooney. (Dave
Rolsky)
- The get_method_map method is now private (and called as
_full_method_map or _method_map). The public version is available as a
deprecated method. (Dave Rolsky)
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Class-MOP/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Class-MOP/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index