Update to 1.43:
Version 1.43 - Added HASH reference check of parsed MML. - load_mml options are now passable as plain name=>value pairs - A few test and POD changes Version 1.42 - Little improvement of the capture function (syswrite support) Version 1.41 - Fixed capture bug related to unimplemented tied methods - Created the internal IO::Util::Handle class based on Tie::StdHandle Version 1.4 - Added perl 5.6.1 version check in Makefile.PL - Added SKIP block in unique id tests if Time::HiRes is not installed - Added load_mml() function (loads MML data into perl structures) - POD restyling and fixing Version 1.3 - Added Tid(), Lid() and Uid() functions and tests Closes PR 29051 by Hiramatsu Yoshifumi.
This commit is contained in:
parent
b2156f4423
commit
abef04b4f9
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:01 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2005/03/19 02:57:58 wiz Exp $
|
||||
|
||||
DISTNAME= IO-Util-1.26
|
||||
DISTNAME= IO-Util-1.43
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5iou
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/02/23 22:24:26 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2005/03/19 02:57:58 wiz Exp $
|
||||
|
||||
SHA1 (IO-Util-1.26.tar.gz) = d2f4397ec54c3a21d02865782e5ca3f1ac75c082
|
||||
RMD160 (IO-Util-1.26.tar.gz) = c96c44b1723da09fb15dd548c80a0b02e9913bf4
|
||||
Size (IO-Util-1.26.tar.gz) = 3721 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue