diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-16 14:31:21 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-16 14:31:21 +0800 |
commit | c2842145b46d9b231cd4294f6f293371e6f96722 (patch) | |
tree | e942cacda2388902902d3bc85d728d2585d4af9a | |
parent | ef34acb71019c63f61aa9d576d9fbfcbf8924227 (diff) | |
download | freebsd-ports-gnome-c2842145b46d9b231cd4294f6f293371e6f96722.tar.gz freebsd-ports-gnome-c2842145b46d9b231cd4294f6f293371e6f96722.tar.zst freebsd-ports-gnome-c2842145b46d9b231cd4294f6f293371e6f96722.zip |
update devel/p5-Params-Validate: 0.62 -> 0.64
PR: 54532
Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
-rw-r--r-- | devel/p5-Params-Validate/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Params-Validate/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Params-Validate/pkg-descr | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile index 35356ab8b10a..f37e15337afc 100644 --- a/devel/p5-Params-Validate/Makefile +++ b/devel/p5-Params-Validate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Params-Validate -PORTVERSION= 0.62 +PORTVERSION= 0.64 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Devel/DROLSKY diff --git a/devel/p5-Params-Validate/distinfo b/devel/p5-Params-Validate/distinfo index 9fb4e4a70d63..121d719817e8 100644 --- a/devel/p5-Params-Validate/distinfo +++ b/devel/p5-Params-Validate/distinfo @@ -1 +1 @@ -MD5 (Params-Validate-0.62.tar.gz) = 79b8bfad7d5535fec49ad434ce63d435 +MD5 (Params-Validate-0.64.tar.gz) = 62ff9816f46798e1ff804c4aa1a92cf4 diff --git a/devel/p5-Params-Validate/pkg-descr b/devel/p5-Params-Validate/pkg-descr index b8dae24ed6e7..0cb4e84af933 100644 --- a/devel/p5-Params-Validate/pkg-descr +++ b/devel/p5-Params-Validate/pkg-descr @@ -5,3 +5,5 @@ and that no unspecified additional parameters were passed in. It is also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments. + +WWW: http://search.cpan.org/dist/Params-Validate/ |