pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Temp Update to 0.19:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d198ec22529d
branches:  trunk
changeset: 535825:d198ec22529d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 29 15:21:11 2007 +0000

description:
Update to 0.19:

2007-11-19  Tim Jenness  <tjenness%cpan.org@localhost>

        ----- 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@localhost>

        * Temp.pm (newdir): Add object oriented interface to "tempdir". Use
        File::Temp->newdir()

2007-11-15  Tim Jenness  <tjenness%cpan.org@localhost>

        * 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@localhost>

        * 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@localhost>

        * 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@localhost>

        * 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@localhost>

        * 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@localhost>

        * 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:

 devel/p5-File-Temp/Makefile |  4 ++--
 devel/p5-File-Temp/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 9f1b57656baa -r d198ec22529d devel/p5-File-Temp/Makefile
--- a/devel/p5-File-Temp/Makefile       Thu Nov 29 15:19:02 2007 +0000
+++ b/devel/p5-File-Temp/Makefile       Thu Nov 29 15:21:11 2007 +0000
@@ -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 -r 9f1b57656baa -r d198ec22529d devel/p5-File-Temp/distinfo
--- a/devel/p5-File-Temp/distinfo       Thu Nov 29 15:19:02 2007 +0000
+++ b/devel/p5-File-Temp/distinfo       Thu Nov 29 15:21:11 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index