summaryrefslogtreecommitdiff
path: root/devel/p5-File-Temp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-11-29 15:21:11 +0000
committerwiz <wiz@pkgsrc.org>2007-11-29 15:21:11 +0000
commit7e7159c03975c1c3fb5597404d08ecfcbc387a2c (patch)
tree42e871c5305485a80ba9d2eb0a9d617152dc9037 /devel/p5-File-Temp
parentcf0b27f791d8ea72822ab6c7632d7a04e1d8bd65 (diff)
downloadpkgsrc-7e7159c03975c1c3fb5597404d08ecfcbc387a2c.tar.gz
Update to 0.19:
2007-11-19 Tim Jenness <tjenness@cpan.org> ----- Release V0.19 CPAN ----- * Temp.pm (tempfile): Add EXLOCK option which can be used to disable O_EXLOCK * t/lock.t: Test ability to disable O_EXLOCK 2007-11-16 Tim Jenness <tjenness@cpan.org> * Temp.pm (newdir): Add object oriented interface to "tempdir". Use File::Temp->newdir() 2007-11-15 Tim Jenness <tjenness@cpan.org> * Temp.pm (tempdir): Add a note to the tempdir documentation to clarify that the default is for the directory not to be temporary and that use of an OO approach may be required (thanks to David Golden's annotation on CPAN). * Temp.pm (_randchar): Remove _randchar function (no longer used) * Temp.pm: Add note about File::Tempdir module 2007-11-14 Tim Jenness <tjenness@cpan.org> * Temp.pm (new): Track pid used when file created and make sure object destructor deletes the file only when the current pid matches the original pid (RT#11067 again - thanks to Grousse) Added new test (fork.t) to test this behaviour. * t/seekable.t: Add tests to verify fix for RT#22052 2007-11-01 Tim Jenness <tjenness@cpan.org> * Temp.pm (_is_safe): Correct cluck message to match uid check (thanks to Alexey Tourbin RT #14218) * Temp.pm: Add note on use of binmode to modify encoding. (prompted by Wolfgang Husmann) 2007-10-31 Tim Jenness <tjenness@cpan.org> * Temp.pm (tempfile): Add TMPDIR flag to simplify tempdir(template, DIR => File::Spec->tmpdir) and to remove confusion for tempdir interface. (thanks to Brendan O'Dea - debian bug #351373) * META.yml: Update to v1.0 spec YAML spec. (thanks to Alexandr Ciornii RT# 23524) * Temp.pm: Localize $@ when using eval to prevent leakage (prompted by Zefram) * Makefile.PL: Support LICENSE in newer ExtUtils::MakeMaker implementations (thanks to Alexandr Ciornii RT #23524) 2007-10-31 Tim Jenness <tjenness@cpan.org> * t/seekable.t: Skip seek test on older IO::Seekable versions. (thanks to Sebastien Aperghis-Tramoni RT #23524) * Temp.pm: Allow XXX replacement to run on perl 5.005 and 5.004. (thanks to Sebastien Aperghis-Tramoni RT #23524) 2007-10-29 Tim Jenness <tjenness@cpan.org> * Temp.pm: Fix range of random character determination such that the last character in the list (_) will appear occassionally. (Thanks to Peter Dintelmann perl RT# 41345) * Temp.pm: Clarify error message when parent directory does not exist (thanks to Peter Dintelmann perl RT # 41346) * Temp.pm: Carp::Heavy does not exist on older perls (eg 5.005) so wrap the require in an eval (Thanks to Sebastien Aperghis-Tramoni, Jesse Vincent, Slaven Rezic and Robin Barker RT #26841) * Temp.pm: Replace "new File::Temp" with "File::Temp->new" at the behest of H. Merijn Brand
Diffstat (limited to 'devel/p5-File-Temp')
-rw-r--r--devel/p5-File-Temp/Makefile4
-rw-r--r--devel/p5-File-Temp/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-File-Temp/Makefile b/devel/p5-File-Temp/Makefile
index e811d2d58b8..bab10f9ccae 100644
--- a/devel/p5-File-Temp/Makefile
+++ b/devel/p5-File-Temp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2007/02/27 13:59:25 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2007/11/29 15:21:11 wiz Exp $
#
-DISTNAME= File-Temp-0.18
+DISTNAME= File-Temp-0.19
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5fte
CATEGORIES= devel perl5
diff --git a/devel/p5-File-Temp/distinfo b/devel/p5-File-Temp/distinfo
index 26f34cdc70e..13951f9271a 100644
--- a/devel/p5-File-Temp/distinfo
+++ b/devel/p5-File-Temp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2007/02/27 13:59:25 wiz Exp $
+$NetBSD: distinfo,v 1.8 2007/11/29 15:21:11 wiz Exp $
-SHA1 (File-Temp-0.18.tar.gz) = 8c9bbf5a8d655d994529b96fdbf4a9ea7142f4bd
-RMD160 (File-Temp-0.18.tar.gz) = 5d936127c86e88c0ddc2531bd926ed0b11fa52ab
-Size (File-Temp-0.18.tar.gz) = 33563 bytes
+SHA1 (File-Temp-0.19.tar.gz) = bfa1aaa1e8cabcddebb0a4a9f123fc37d7a19692
+RMD160 (File-Temp-0.19.tar.gz) = 91aa737e43f325afac9b1fce76839c2c31c021a3
+Size (File-Temp-0.19.tar.gz) = 37459 bytes