Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-File-Temp-0.2311-1.13 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: perl-File-Temp Distribution: openSUSE:Factory:zSystems
Version: 0.2311 Vendor: openSUSE
Release: 1.13 Build date: Mon Aug 7 19:11:12 2023
Group: Development/Libraries/Perl Build host: s390zp21
Size: 168171 Source RPM: perl-File-Temp-0.2311-1.13.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/File-Temp
Summary: Return name and handle of a temporary file safely
'File::Temp' can be used to create and open temporary files in a safe way.
There is both a function interface and an object-oriented interface. The
File::Temp constructor or the tempfile() function can be used to return the
name and the open filehandle of a temporary file. The tempdir() function
can be used to create a temporary directory.

The security aspect of temporary file creation is emphasized such that a
filehandle and filename are returned together. This helps guarantee that a
race condition can not occur where the temporary file is created by another
process between checking for the existence of the file and its opening.
Additional security levels are provided to check, for example, that the
sticky bit is set on world writable directories. See "safe_level" for more
information.

For compatibility with popular C library functions, Perl implementations of
the mkstemp() family of functions are provided. These are, mkstemp(),
mkstemps(), mkdtemp() and mktemp().

Additionally, implementations of the standard POSIX tmpnam() and tmpfile()
functions are provided if required.

Implementations of mktemp(), tmpnam(), and tempnam() are provided, but
should be used with caution since they return only a filename that was
valid when function was called, so cannot guarantee that the file will not
exist by the time the caller opens the filename.

Filehandles returned by these functions support the seekable methods.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Sun Oct 04 2020 Tina Müller <timueller+perl@suse.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 Tina Müller <timueller+perl@suse.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 Stephan Kulow <coolo@suse.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 coolo@suse.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 coolo@suse.com
  - updated to 0.2306
    see /usr/share/doc/packages/perl-File-Temp/Changes
* Fri Jan 17 2014 lars@linux-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 coolo@suse.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 coolo@suse.com
  - use original tar.gz
* Sun Jun 05 2011 lars@linux-schulserver.de
  - update to 0.22
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro

Files

/usr/lib/perl5/vendor_perl/5.38.0/File
/usr/lib/perl5/vendor_perl/5.38.0/File/Temp.pm
/usr/share/doc/packages/perl-File-Temp
/usr/share/doc/packages/perl-File-Temp/CONTRIBUTING
/usr/share/doc/packages/perl-File-Temp/Changes
/usr/share/doc/packages/perl-File-Temp/README
/usr/share/licenses/perl-File-Temp
/usr/share/licenses/perl-File-Temp/LICENSE
/usr/share/man/man3/File::Temp.3pmc.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:39:58 2024