Changelog for
perl-File-Temp-0.2304-10.1.noarch.rpm :
Fri Jan 17 13:00:00 2014 larsAATTlinux-schulserver.de
- update to 0.2304:
* List all detectable dependencies for completeness. (Test::More had
been unintentionally omitted in the last release and many core
dependencies had never been listed.)
* Remove compile test and associated dependencies
- Fix summary
- fix build on SLE_11 (use vendorlib for Test::More and File::Path)
Fri Oct 4 14:00:00 2013 cooloAATTsuse.com
- updated to 0.2302
* Drop minimum Perl version back to 5.6 (erroneously bumped by dzil)
* Do not inherit from Exporter (requires Exporter 5.57) (thanks to
Olivier Mengué)
* \'use base ...\' => \'use parent ...\' as parent is lighter (thanks to
Olivier Mengué)
* dist.ini: Managed with Dist::Zilla now; generates Makefile.PL
to avoid circular dependency when using Build.PL
* 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)
Fri Nov 18 13:00:00 2011 cooloAATTsuse.com
- use original tar.gz
Sun Jun 5 14:00:00 2011 larsAATTlinux-schulserver.de
- update to 0.22
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Sat Jul 25 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods
* removed ^----------
* removed ^#---------
Sun Jun 21 14:00:00 2009 chrisAATTcomputersalat.de
- update to 0.21
- added perl-macros
o autogen filelist with perl_gen_filelist
Wed Aug 20 14:00:00 2008 rpmAATTscorpio-it.net - 0.20
- initial Package