Changelog for
perl-File-Temp-0.2311-21.2.noarch.rpm :
* Sun Oct 04 2020 timueller+perlAATTsuse.de- updated to 0.2311 see /usr/share/doc/packages/perl-File-Temp/Changes 0.2311 2020-10-03 04:04:15Z - Fix new PERMS test so as to also pass on root (RT#133443)
* Sun Sep 27 2020 timueller+perlAATTsuse.de- updated to 0.2310 see /usr/share/doc/packages/perl-File-Temp/Changes 0.2310 2020-09-26 17:37:56Z - add AppVeyor CI - Add PERMS options to create temp file with given file permissions - remove remaining uses of indirect object syntax (#34, Nicolas R)
* Mon Jan 07 2019 cooloAATTsuse.com- updated to 0.2309 see /usr/share/doc/packages/perl-File-Temp/Changes 0.2309 2019-01-06 20:29:15Z - fix longstanding pod formatting error (issue #19, RT#109526)
* Sat Aug 25 2018 cooloAATTsuse.com- updated to 0.2308 see /usr/share/doc/packages/perl-File-Temp/Changes 0.2308 2018-07-11 21:06:16Z - remove File::Temp::Dir from the PAUSE index (it is not in its own .pm file, so it is not \'use\'able on its own) 0.2307 2018-06-24 19:40:29Z (TRIAL RELEASE) - change EXLOCK default from true to false; addresses RT#123959. Note that this option was always a no-op on non-BSD platforms; changing the default to false makes behaviour more predictable and consistent across platforms.
* Mon Jun 25 2018 cooloAATTsuse.com- updated to 0.2306 see /usr/share/doc/packages/perl-File-Temp/Changes
* Fri Jan 17 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 04 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 2011 cooloAATTsuse.com- use original tar.gz
* Sun Jun 05 2011 larsAATTlinux-schulserver.de- update to 0.22
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro