pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/34346: [update] devel/p5-File-Temp
>Number: 34346
>Category: pkg
>Synopsis: [update] devel/p5-File-Temp
>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:01 +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 0.17
- Changelog
* Temp.pm: Also inherit from IO::Seekable so that seek and tell
methods can work on filehandles (thanks to Rick Myers and Toby
Corkindale).
* t/seekable.t: Add test script from Rick Myers.
* Temp.pm: Add note about forking and resetting the random number
generator
to prevent multiple clashes of temp file names. (pointed out by Brent
Cowgill)
* Temp.pm: pre-emptively load Carp::Heavy. If we don't when we run out
of file
handles and attempt to call croak() we get an error message telling
us that Carp::Heavy won't load rather than an error telling us we
have run out of file handles. (pointed out by bjoern_at_hoehrmann.de RT
#14151)
* Temp.pm: Remove eg. from comments and replace with e.g. In pod
replace "e.g." with "for example". (David Landgren)
* Temp.pm: Correct synopsis concerning the arguments to the
File::Temp constructor (Peter Valdemar Moerch).
* Temp.pm: Update documentation to note that croak() will be
called by tempfile() and File::Temp->new if a problem occurs (thanks to
Steve
Hay for pointing this out).
>How-To-Repeat:
>Fix:
--- p5-File-Temp.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-File-Temp/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile 4 Mar 2006 21:29:21 -0000 1.15
+++ Makefile 29 Aug 2006 13:24:16 -0000
@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:21 jlam Exp $
#
-DISTNAME= File-Temp-0.16
+DISTNAME= File-Temp-0.17
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5fte
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-File-Temp/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo 26 Feb 2005 17:52:13 -0000 1.5
+++ distinfo 29 Aug 2006 13:24:37 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2005/02/26 17:52:13 wiz Exp $
-SHA1 (File-Temp-0.16.tar.gz) = 05717ea9f4cc69b140e5a7342261e85d0e7263d6
-RMD160 (File-Temp-0.16.tar.gz) = 4248df47b68375f11ab83e4f1060b4fcda665b0c
-Size (File-Temp-0.16.tar.gz) = 31603 bytes
+SHA1 (File-Temp-0.17.tar.gz) = c187a4c4175e970db0993c4e2e550ffdc4316fe2
+RMD160 (File-Temp-0.17.tar.gz) = 81300ff6ee0313fd182fe84603709670e4b8f0e5
+Size (File-Temp-0.17.tar.gz) = 33174 bytes
--- p5-File-Temp.diff ends here ---
Home |
Main Index |
Thread Index |
Old Index