- update to version 2
- from Changes Version 2.0 - Added the Class::Error module and tests - Added the Class::Util module and tests - Minor change in the Class::constr closure to allow to stop the init subs by returning undef OR a Class::Error object - Added the 'skip_autoload' option to Class::constr pragma - You can also pass an HASH reference to the constr method - Changed the result returned by the group accessor in list context: old version returned the keys of the hash (deprecated since the 1.77) this version returns the whole hash
This commit is contained in:
parent
777f6e63b1
commit
ea0e8baa8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136980
3 changed files with 7 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= OOTools
|
||||
PORTVERSION= 1.79
|
||||
PORTVERSION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/D/DO/DOMIZIO
|
||||
|
@ -20,6 +20,8 @@ PERL_CONFIGURE= YES
|
|||
MAN3= Class::constr.3 \
|
||||
Class::groups.3 \
|
||||
Class::props.3 \
|
||||
Class::Util.3 \
|
||||
Class::Error.3 \
|
||||
Object::groups.3 \
|
||||
Object::props.3
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (OOTools-1.79.tar.gz) = 15ea6dc0abac25653cab56053045373d
|
||||
SIZE (OOTools-1.79.tar.gz) = 14698
|
||||
MD5 (OOTools-2.tar.gz) = cc5f51cc51da840a6fc713f6f93538ec
|
||||
SIZE (OOTools-2.tar.gz) = 17529
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
%%SITE_PERL%%/Class/props.pm
|
||||
%%SITE_PERL%%/Class/constr.pm
|
||||
%%SITE_PERL%%/Class/groups.pm
|
||||
%%SITE_PERL%%/Class/Util.pm
|
||||
%%SITE_PERL%%/Class/Error.pm
|
||||
%%SITE_PERL%%/Object/groups.pm
|
||||
%%SITE_PERL%%/Object/props.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/OOTools/.packlist
|
||||
|
|
Loading…
Reference in a new issue