pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/34351: [update] devel/p5-FileHandle-Unget
>Number: 34351
>Category: pkg
>Synopsis: [update] devel/p5-FileHandle-Unget
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Aug 29 16:15:07 +0000 2006
>Originator: Martin Wilke
>Release: NetBSD 4.0_BETA i386
>Organization:
>Environment:
System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
miwi%mwilke.ath.cx@localhost:/usr/obj/sys/arch/i386/compile/MIWIBOX
>Description:
- Update to .1621
- Changelog
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@localhost> for the bug report.)
- Fixed test case error reporting for tests that fail to fork. (Thanks to
<corion-cpansmoker%corion.net@localhost> for the test failure report.)
- Fixed unexpected success of binmode_bug.t test on Windows 2000. (Thanks to
Max Maischein <corion%corion.net@localhost> for the bug report.)
- Fixed a bug in stdin_tell_bug.t. (Thanks to Max Maischein
<corion%corion.net@localhost> 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@localhost> 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@localhost> 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@localhost> 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@localhost>)
- 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@localhost> 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@localhost> for
the bug report.)
- Added new_from_fd support (Thanks to Karol Szafranski
<szafrans%imb-jena.de@localhost>
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.
>How-To-Repeat:
>Fix:
--- p5-FileHandle-Unget.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-FileHandle-Unget/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile 4 Mar 2006 21:29:21 -0000 1.6
+++ Makefile 29 Aug 2006 13:33:34 -0000
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:21 jlam Exp $
-DISTNAME= FileHandle-Unget-0.14
+DISTNAME= FileHandle-Unget-0.1620
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FileHandle/}
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-FileHandle-Unget/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 23 Feb 2005 22:24:25 -0000 1.2
+++ distinfo 29 Aug 2006 13:33:59 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/23 22:24:25 agc 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.1620.tar.gz) =
0fa44ef7a7f5c696390ee769348031dfb4d65ec6
+RMD160 (FileHandle-Unget-0.1620.tar.gz) =
9bff61c462380aecea9306d0435da552b0a10a81
+Size (FileHandle-Unget-0.1620.tar.gz) = 42868 bytes
--- p5-FileHandle-Unget.diff ends here ---
Home |
Main Index |
Thread Index |
Old Index