diff options
author | seb <seb@pkgsrc.org> | 2008-10-06 20:55:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-10-06 20:55:42 +0000 |
commit | 7ed63576913298f6698c48f91fe696706f3b0866 (patch) | |
tree | 2ac77fffae080630770251e03e08c08a3744e312 /devel/p5-Class-MOP | |
parent | c6253352604af456683a4ef43d6e9a72d7a7a426 (diff) | |
download | pkgsrc-7ed63576913298f6698c48f91fe696706f3b0866.tar.gz |
Update from version 0.65 to version 0.66.
Changes:
0.66
!! This release has an incompatible change regarding !!
introspection of a class's method with Class::MOP::Class !!
* Tests and XS
- We (us maintainers) now run all tests with XS and then without
XS, which should help us catch skew between the XS/pure Perl
code. (Dave Rolsky)
* Class::MOP::Class
! The alias_method method has been deprecated. It now simply
calls add_method instead. There is no distinction between
aliased methods and "real" methods.
This means that methods added via alias_method now show up as
part of the class's method list/map. This is backwards
incompatible change, but seems unlikely to break any
code. Famous last words. (Dave Rolsky)
* Class::MOP::Class
- Fixed the spelling of "compatibility", but we still have a
"check_metaclass_compatability" method for backwards
compatibility.
Diffstat (limited to 'devel/p5-Class-MOP')
-rw-r--r-- | devel/p5-Class-MOP/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Class-MOP/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Class-MOP/Makefile b/devel/p5-Class-MOP/Makefile index ebd14dfc108..f73c511a6c9 100644 --- a/devel/p5-Class-MOP/Makefile +++ b/devel/p5-Class-MOP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/09/08 23:13:59 seb Exp $ +# $NetBSD: Makefile,v 1.5 2008/10/06 20:55:42 seb Exp $ # -DISTNAME= Class-MOP-0.65 +DISTNAME= Class-MOP-0.66 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} @@ -12,7 +12,7 @@ COMMENT= Perl 5 module providing a meta object protocol DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction DEPENDS+= p5-Sub-Identify>=0.03:../../devel/p5-Sub-Identify -DEPENDS+= p5-Sub-Name>=0.02:../../devel/p5-Sub-Name +DEPENDS+= p5-Sub-Name>=0.04:../../devel/p5-Sub-Name DEPENDS+= p5-MRO-Compat>=0.05:../../devel/p5-MRO-Compat # Only for test target diff --git a/devel/p5-Class-MOP/distinfo b/devel/p5-Class-MOP/distinfo index a5f2e63d352..079506ccffb 100644 --- a/devel/p5-Class-MOP/distinfo +++ b/devel/p5-Class-MOP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/09/08 23:13:59 seb Exp $ +$NetBSD: distinfo,v 1.4 2008/10/06 20:55:42 seb Exp $ -SHA1 (Class-MOP-0.65.tar.gz) = 0d073685709ebd24b40e6f0010c2aa4a2b90a040 -RMD160 (Class-MOP-0.65.tar.gz) = 5a7f47538b8c2cb3eae8e88f7ee0dabf492ddbc6 -Size (Class-MOP-0.65.tar.gz) = 144391 bytes +SHA1 (Class-MOP-0.66.tar.gz) = 2b6f8facad2b5405849d5abc53619acc276c010b +RMD160 (Class-MOP-0.66.tar.gz) = eb046563f04b5708d2ceeb5e4eb3827596d4d00d +Size (Class-MOP-0.66.tar.gz) = 146195 bytes |