pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-File-Temp
Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep  5 18:56:06 UTC 2013
Modified Files:
        pkgsrc/devel/p5-File-Temp: Makefile distinfo
Log Message:
Update to 0.23:
        ---- Release V0.23 CPAN ----
        * Build.PL: Use Module::Build
        * Temp.pm: internally holds absolute path for cleanup (Fixes RT #44924)
        * t/rmtree.t: (new) Test temp dir removal explicitly.
        * t/tempfile.t: Correctly tests directory removal from chdir.
        * Temp.pm: Clean up temp directory on exit even if it is the
        current directory. Patch supplied by Ed Avis and fixes RT #45246.
        * Temp.pm: Defer unlinking tempfiles if initial unlink fails
        instad of croaking; fixes problems on NFS (RT #82720)
        * Temp.pm: Allow leading template to new() for consistency with
        newdir()
        * Temp.pm: Calling tempfile or tempdir as a class method now
        produce a more useful fatal error message
        * Temp.pm: new/newdir/tempfile/tempdir now all allow either
        a leading template argument or a TEMPLATE option
        * Temp.pm: Overload numify with refaddr() in same manner as IO::File
          (closes RT #47397 from Kevin Ryde)
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-File-Temp/Makefile
cvs rdiff -u -r1.11 -r1.12 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.
Home |
Main Index |
Thread Index |
Old Index