diff options
author | clsung <clsung@FreeBSD.org> | 2005-06-07 17:24:54 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-06-07 17:24:54 +0800 |
commit | e50b121dcb25d2787d800943ab3672a9df7e01e4 (patch) | |
tree | bf345eecfa70ea6511763572641a98c5d412380a /devel | |
parent | 87e575f233bad13c4487d91bde45974c435c2dcf (diff) | |
download | freebsd-ports-gnome-e50b121dcb25d2787d800943ab3672a9df7e01e4.tar.gz freebsd-ports-gnome-e50b121dcb25d2787d800943ab3672a9df7e01e4.tar.zst freebsd-ports-gnome-e50b121dcb25d2787d800943ab3672a9df7e01e4.zip |
- 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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-OOTools/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-OOTools/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-OOTools/pkg-plist | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/devel/p5-OOTools/Makefile b/devel/p5-OOTools/Makefile index 36edef25b4f6..cdde1dde64f8 100644 --- a/devel/p5-OOTools/Makefile +++ b/devel/p5-OOTools/Makefile @@ -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 diff --git a/devel/p5-OOTools/distinfo b/devel/p5-OOTools/distinfo index ddefc8dd0110..017d645afd6f 100644 --- a/devel/p5-OOTools/distinfo +++ b/devel/p5-OOTools/distinfo @@ -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 diff --git a/devel/p5-OOTools/pkg-plist b/devel/p5-OOTools/pkg-plist index fdfb62ebd87f..1fa3c7a1d448 100644 --- a/devel/p5-OOTools/pkg-plist +++ b/devel/p5-OOTools/pkg-plist @@ -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 |