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/p5-OOTools/distinfo | |
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/p5-OOTools/distinfo')
-rw-r--r-- | devel/p5-OOTools/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
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 |