summaryrefslogtreecommitdiff
path: root/devel/p5-File-Temp
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-12-20 22:11:20 +0000
committerhe <he@pkgsrc.org>2008-12-20 22:11:20 +0000
commit89e508e0ee3f5a6ab5ea243c7fb27443b145bfae (patch)
tree0a501e5249d9d0c239797081ca6ef14d12d08b7c /devel/p5-File-Temp
parent04d91acf6c3587cfcf70b4054912d7973b3fbf7b (diff)
downloadpkgsrc-89e508e0ee3f5a6ab5ea243c7fb27443b145bfae.tar.gz
Update from version 0.20nb1 to 0.21.
Upstream changes: 2008-11-12 Tim Jenness <timj@poma.jach.hawaii.edu> ---- Release V0.21 CPAN ---- * Temp.pm: Clean out $FILES_CREATED_BY_OBJECT when the destructor runs. Otherwise memory does not get returned. Really bad idea for daemons. (Thanks to Maxime Therreault RT #37621) * Temp.pm: Integrate patches from bleadperl for cygwin. (thanks to Jari Aalto RT #36376) * t/seekable.t: seekable test was failing on perl 5.6.0 so we now skip the specific test. (thanks to Zefram) * Temp.pm: Remove the test on the parent directory to see if a file can be written. This will be found out anyway as soon as the file open is attempted. AFS systems may fail a -w test but still allow a file to be created. (thanks to Christopher Ellison) * Temp.pm: Put an eval around rmtree. Some versions of rmtree croak if you attempt to remove a directory that you are inside. (debian bug 479317 and RT #35779). 2008-03-15 Tim Jenness <tjenness@cpan.org> * Temp.pm: Localize special variables in END blocks and destructors.
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 cfe7828cdb2..3099147b2e0 100644
--- a/devel/p5-File-Temp/Makefile
+++ b/devel/p5-File-Temp/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2008/10/19 19:17:54 he Exp $
+# $NetBSD: Makefile,v 1.22 2008/12/20 22:11:20 he Exp $
#
-DISTNAME= File-Temp-0.20
+DISTNAME= File-Temp-0.21
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5fte
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 9c0b7e2cc7a..f108523f8bb 100644
--- a/devel/p5-File-Temp/distinfo
+++ b/devel/p5-File-Temp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/01/15 23:32:05 wiz Exp $
+$NetBSD: distinfo,v 1.10 2008/12/20 22:11:20 he Exp $
-SHA1 (File-Temp-0.20.tar.gz) = 09ae9aaf00b49d5cb1689d166f7fd7daa7f844cf
-RMD160 (File-Temp-0.20.tar.gz) = 358e15d093cf721bf00e8aa771417bd00aa822af
-Size (File-Temp-0.20.tar.gz) = 37796 bytes
+SHA1 (File-Temp-0.21.tar.gz) = 90d85de2255cbd853934c830bd1ec92fd380e9d2
+RMD160 (File-Temp-0.21.tar.gz) = de57b1046b8cdfde32c5cff6230cca5154e96fd3
+Size (File-Temp-0.21.tar.gz) = 38612 bytes