summaryrefslogtreecommitdiff
path: root/devel/p5-FileHandle-Unget
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-10-27 13:01:51 +0000
committerobache <obache@pkgsrc.org>2006-10-27 13:01:51 +0000
commit6fc865631859a7a975d9c704195a3be79d0641c8 (patch)
treee4b3440ef73e1aaf0cd890a8ebef00d93b6e7674 /devel/p5-FileHandle-Unget
parent9ed27071fd66ad79dade6af11a9db8929dcd0f78 (diff)
downloadpkgsrc-6fc865631859a7a975d9c704195a3be79d0641c8.tar.gz
Update p5-FileHandle-Unget to 0.1621.
Changes: Version 0.1621: - Improved compatibility with versions of Perl older than 5.6.0, by replacing "use bytes" with "use ExtUtils::MakeMaker::bytes". (Thanks to <nothingmuch@woobling.org> for the bug report.) - Fixed test case error reporting for tests that fail to fork. (Thanks to <corion-cpansmoker@corion.net> for the test failure report.) - Fixed unexpected success of binmode_bug.t test on Windows 2000. (Thanks to Max Maischein <corion@corion.net> for the bug report.) - Fixed a bug in stdin_tell_bug.t. (Thanks to Max Maischein <corion@corion.net> for the bug report.) Version 0.1620: Tue Dec 21 2004 - Fixed version numbers, which were incompatible with some modules. (Thanks to Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de> for the bug report) - Switched to Test::More for better test reporting - Removed the use of the "English" module to work around a bug that exists in some versions of Perl. See http://groups.google.com/groups?th=e3483b06a956030e for more info. (Thanks to Jim Longino <jlongino@jaguar1.usouthal.edu> for the bug report.) Version 0.16.1: Thu Sep 16 2004 - Added missing inc/ dependency Version 0.16.0: Wed Sep 15 2004 - Fixed stdin_tell_bug.t so that it's more platform-dependent. (Martin Thurn <martin.thurn@ngc.com> reports that Solaris 2.8 returns 0 instead of -1). - Added filehandle-specific input_record_separator capability (Feature suggestion by David Muir Sharnoff <muir@idiom.com>) - Changed Makefile.PL to use Module::Install Version 0.15: - Switched from WeakRef to Scalar::Util, which is included in recent versions of Perl. (Thanks to Joey Hess <joey@kitenet.net> for the suggestion and patch.) - Fixed a bug involving pipes and tell(), where tell() would cause following operations to fail. (Thanks to Karol Szafranski <szafrans@imb-jena.de> for the bug report.) - Added new_from_fd support (Thanks to Karol Szafranski <szafrans@imb-jena.de> for the bug report.) - Fixed a bug in which <$fh> would always behave as if called in a list context after the first such call.
Diffstat (limited to 'devel/p5-FileHandle-Unget')
-rw-r--r--devel/p5-FileHandle-Unget/Makefile7
-rw-r--r--devel/p5-FileHandle-Unget/distinfo8
2 files changed, 6 insertions, 9 deletions
diff --git a/devel/p5-FileHandle-Unget/Makefile b/devel/p5-FileHandle-Unget/Makefile
index 0844bb5439a..3349abe6979 100644
--- a/devel/p5-FileHandle-Unget/Makefile
+++ b/devel/p5-FileHandle-Unget/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:21 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/10/27 13:01:51 obache Exp $
-DISTNAME= FileHandle-Unget-0.14
+DISTNAME= FileHandle-Unget-0.1621
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FileHandle/}
@@ -10,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~dcoppit/FileHandle-Unget/
COMMENT= Perl5 module providing an improved filehandle
-DEPENDS+= p5-WeakRef-[0-9]*:../../devel/p5-WeakRef
-
PERL5_PACKLIST= auto/FileHandle/Unget/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/devel/p5-FileHandle-Unget/distinfo b/devel/p5-FileHandle-Unget/distinfo
index db2c1547da3..6139b239e56 100644
--- a/devel/p5-FileHandle-Unget/distinfo
+++ b/devel/p5-FileHandle-Unget/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:25 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/10/27 13:01:51 obache Exp $
-SHA1 (FileHandle-Unget-0.14.tar.gz) = 9f3ce18ea0533e8249c98e57023166b4cd907f44
-RMD160 (FileHandle-Unget-0.14.tar.gz) = c777d4959b6330c05b85de18a75526d9951cf68e
-Size (FileHandle-Unget-0.14.tar.gz) = 18767 bytes
+SHA1 (FileHandle-Unget-0.1621.tar.gz) = 11e8df29bc1e16c05ddc1c6e2a2ac8a8097408c7
+RMD160 (FileHandle-Unget-0.1621.tar.gz) = 92e0f1167d7b1d1d4b960a5f02dff72bd172498c
+Size (FileHandle-Unget-0.1621.tar.gz) = 43223 bytes