SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-File-Temp rpm build for : OpenSuSE. For other distributions click perl-File-Temp.

Name : perl-File-Temp
Version : 0.2311 Vendor : obs://build_opensuse_org/server:monitoring
Release : 21.2 Date : 2021-11-22 19:35:19
Group : Development/Libraries/Perl Source RPM : perl-File-Temp-0.2311-21.2.src.rpm
Size : 0.16 MB
Packager : (none)
Summary : Return name and handle of a temporary file safely
Description :
\'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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/server:/monitoring/SLE_15_SP3/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-File-Temp-0.2311-21.2.noarch.rpm
ftp.icm.edu.pl  perl-File-Temp-0.2311-21.2.noarch.rpm
     

Provides :
perl(File::Temp)
perl-File-Temp

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(File::Path) >= 2.060000
perl(parent) >= 0.221
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/File
/usr/lib/perl5/vendor_perl/5.26.1/File/Temp.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/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

 
ICM