Info2: << Package: file-temp-pm%type_pkg[perl] Version: 0.16 Revision: 22 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc Description: return name and handle of a temporary file safely Type: perl(5.8.1 5.8.4 5.8.6) License: Artistic Maintainer: Benjamin Reed Depends: perl%type_pkg[perl]-core, file-spec-pm%type_pkg[perl], test-simple-pm%type_pkg[perl] BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), file-spec-pm%type_pkg[perl], test-simple-pm%type_pkg[perl] Source: mirror:cpan:authors/id/T/TJ/TJENNESS/File-Temp-%v.tar.gz Source-MD5: 03d5b14528f88ef87cdf6ccbec6f37fd UpdatePOD: true InstallScript: << %{default_script} mv %i/share/man %i/lib/perl5/%type_raw[perl] << DocFiles: ChangeLog MANIFEST README Homepage: http://search.cpan.org/dist/File-Temp DescDetail: << 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. << <<