summaryrefslogtreecommitdiff
path: root/devel/p5-File-Temp
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-10-27 12:42:57 +0000
committerobache <obache@pkgsrc.org>2006-10-27 12:42:57 +0000
commitdb8f22ac2d0a03eb0fbea1be6dee50baca8b53ab (patch)
treef42fc82f72da07c9cc9e16c6e0fe167ee3f83552 /devel/p5-File-Temp
parent821b0e53283a28f90bdb9fa6b539b41d63276188 (diff)
downloadpkgsrc-db8f22ac2d0a03eb0fbea1be6dee50baca8b53ab.tar.gz
Update p5-File-Temp to 0.17.
Patch provided by Martin Wilke via PR 34346. Changes: 2006-08-18 Tim Jenness <tjenness@cpan.org> --- RELEASE 0.17 CPAN ---- * 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).
Diffstat (limited to 'devel/p5-File-Temp')
-rw-r--r--devel/p5-File-Temp/Makefile5
-rw-r--r--devel/p5-File-Temp/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-File-Temp/Makefile b/devel/p5-File-Temp/Makefile
index b98e3053625..df7b4a4d752 100644
--- a/devel/p5-File-Temp/Makefile
+++ b/devel/p5-File-Temp/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:21 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/10/27 12:42:57 obache 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/}
diff --git a/devel/p5-File-Temp/distinfo b/devel/p5-File-Temp/distinfo
index 413ae953538..c9c67b6ef45 100644
--- a/devel/p5-File-Temp/distinfo
+++ b/devel/p5-File-Temp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/02/26 17:52:13 wiz Exp $
+$NetBSD: distinfo,v 1.6 2006/10/27 12:42:57 obache 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