Update p5-Class-MOP from version 0.94 to version 0.95.
Pkgsrc changes: - Add dependency on devel/p5-Try-Tiny Upstream changes: 0.95 Wed, Nov 19, 2009 * Class::MOP - Make is_class_loaded without any arguments fail loudly (Florian Ragwitz). - Make load_class throw more standard error messages when loading single modules (nothingmuch). * Class::MOP::Package - Stop add_method from behaving differently under the debugger (Florian Ragwitz). * Class::MOP::Class * Class::MOP::Package - Any method which takes a method name as an argument now allows names which are false (like "0"), but the name must be defined and not be an empty string. (Dave Rolsky) * Class::MOP::Class - Deprecated get_attribute_map as a public method. You can use a combination of get_attribute_list and get_attribute instead. (Dave Rolsky)
This commit is contained in:
parent
a2daee32e9
commit
71663afb3c
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.29 2009/10/11 08:05:00 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2009/11/19 21:21:25 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Class-MOP-0.94
|
||||
DISTNAME= Class-MOP-0.95
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
@ -15,6 +15,7 @@ DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestructi
|
|||
DEPENDS+= p5-MRO-Compat>=0.05:../../devel/p5-MRO-Compat
|
||||
DEPENDS+= p5-Sub-Name>=0.04:../../devel/p5-Sub-Name
|
||||
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
|
||||
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
||||
|
||||
# Only for test target
|
||||
BUILD_DEPENDS+= p5-PathTools-[0-9]*:../../devel/p5-PathTools
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.26 2009/10/11 08:05:00 sno Exp $
|
||||
$NetBSD: distinfo,v 1.27 2009/11/19 21:21:25 seb Exp $
|
||||
|
||||
SHA1 (Class-MOP-0.94.tar.gz) = 9094e5b3cac0fae120647ffc2acab6f44f9918ac
|
||||
RMD160 (Class-MOP-0.94.tar.gz) = 40ba65d8fdaf90b74df393d9d6cff31647b4b6ec
|
||||
Size (Class-MOP-0.94.tar.gz) = 185950 bytes
|
||||
SHA1 (Class-MOP-0.95.tar.gz) = 8c9cc2c9da8cca95616a91d1cb28c688b76d363c
|
||||
RMD160 (Class-MOP-0.95.tar.gz) = 22835ea4ca6dda450debae8ff5361ceaa9589606
|
||||
Size (Class-MOP-0.95.tar.gz) = 186488 bytes
|
||||
|
|
Loading…
Reference in a new issue