Subject: PR/34346 CVS commit: pkgsrc/devel/p5-File-Temp
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: OBATA Akio <obache@netbsd.org>
List: pkgsrc-bugs
Date: 10/27/2006 12:50:02
The following reply was made to PR pkg/34346; it has been noted by GNATS.

From: OBATA Akio <obache@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/34346 CVS commit: pkgsrc/devel/p5-File-Temp
Date: Fri, 27 Oct 2006 12:42:57 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	obache
 Date:		Fri Oct 27 12:42:57 UTC 2006
 
 Modified Files:
 	pkgsrc/devel/p5-File-Temp: Makefile distinfo
 
 Log Message:
 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).
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.15 -r1.16 pkgsrc/devel/p5-File-Temp/Makefile
 cvs rdiff -r1.5 -r1.6 pkgsrc/devel/p5-File-Temp/distinfo
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.