diff options
author | rh <rh@pkgsrc.org> | 2000-10-16 09:41:12 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-16 09:41:12 +0000 |
commit | 96cfb7288cae1d302efee71ab703d670bff2d803 (patch) | |
tree | d714be377c44c395fed018fb3e0a5a3b12291219 | |
parent | 46171409fffd50ea4385a945f934b0a0c11fcc72 (diff) | |
download | pkgsrc-96cfb7288cae1d302efee71ab703d670bff2d803.tar.gz |
Update p5-IO-stringy to 1.216. Changes include:
* Added 'bool' overload to '""' overload, so object always evaluates
to true.
* Evaluating an IO::Scalar in a string context now yields the
underlying string. *Thanks to B. K. Oxley (binkley) for this.*
* Minor documentation fixes.
-rw-r--r-- | devel/p5-IO-stringy/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-IO-stringy/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-IO-stringy/Makefile b/devel/p5-IO-stringy/Makefile index 25808ea31a2..d1189ed1e1d 100644 --- a/devel/p5-IO-stringy/Makefile +++ b/devel/p5-IO-stringy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2000/08/27 07:11:07 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/10/16 09:41:12 rh Exp $ # -DISTNAME= IO-stringy-1.212 +DISTNAME= IO-stringy-1.216 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/devel/p5-IO-stringy/files/md5 b/devel/p5-IO-stringy/files/md5 index 0a5b8290065..cb1881ea8e6 100644 --- a/devel/p5-IO-stringy/files/md5 +++ b/devel/p5-IO-stringy/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/07/16 01:13:34 mjl Exp $ +$NetBSD: md5,v 1.3 2000/10/16 09:41:13 rh Exp $ -MD5 (IO-stringy-1.212.tar.gz) = 740304765f5f03b6af5af74f8e3de8e1 +MD5 (IO-stringy-1.216.tar.gz) = 4976326edae9189f60dbb6d01d5d1665 |