diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2005-08-04 07:39:15 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2005-08-04 07:39:15 +0000 |
commit | d735b87a386b2d221d24cc4db198ba00373e9ff0 (patch) | |
tree | d504097e1ed128ac9f4e51d4c5c1d0cb5b3eac9b /devel | |
parent | d79a8a6d194420ef5e4865d280b8f1481a189371 (diff) | |
download | pkgsrc-d735b87a386b2d221d24cc4db198ba00373e9ff0.tar.gz |
update to 1.48.
Changes from 1.43:
Version 1.48
- Fixed incompatibility with perl version < 5.8x of the capture function;
the fix excludes the usage of other tied class :-(
Version 1.47
- Maintainance release. A few minor changes
Version 1.46
- Fixed bug in nested capture, introduced with v1.45
- Simplified the capture implementation
- Added a few tests
Version 1.45
- Full reimplemention of the capture() function, greatly improved
- Removed the Tie::Handle dependency
- Improvement of the slurp() function
- Added the 'markers' option in the load_mml function and tests.
Version 1.44
- Fixed missing quotes in the slurp and _path_mtime function
- Added the 'optional' option in the load_mml function
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IO-Util/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-IO-Util/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-IO-Util/Makefile b/devel/p5-IO-Util/Makefile index 80255322199..35e87908f36 100644 --- a/devel/p5-IO-Util/Makefile +++ b/devel/p5-IO-Util/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:26 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/08/04 07:39:15 hiramatsu Exp $ -DISTNAME= IO-Util-1.43 +DISTNAME= IO-Util-1.48 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5iou CATEGORIES= devel perl5 diff --git a/devel/p5-IO-Util/distinfo b/devel/p5-IO-Util/distinfo index c9ab6aabbd9..3992b894194 100644 --- a/devel/p5-IO-Util/distinfo +++ b/devel/p5-IO-Util/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/03/19 02:57:58 wiz Exp $ +$NetBSD: distinfo,v 1.4 2005/08/04 07:39:15 hiramatsu Exp $ -SHA1 (IO-Util-1.43.tar.gz) = 6a4531e247e36724caec89ca3d69b799ad7de68b -RMD160 (IO-Util-1.43.tar.gz) = ca48ee6f7081cf5d9ed13fd83e06071d0eaf58a5 -Size (IO-Util-1.43.tar.gz) = 11458 bytes +SHA1 (IO-Util-1.48.tar.gz) = 23f53b9c7d1f68749c0e8993538e5b1cee7d9130 +RMD160 (IO-Util-1.48.tar.gz) = fa095e2b8fa4177bc036f3c61adcf0ba76c3fa8a +Size (IO-Util-1.48.tar.gz) = 13607 bytes |