          MODULE=File-Temp
         VERSION=0.2304
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN
      SOURCE_VFY=sha256:13415323e48f7c9f34efdedf3d35141a7c3435e2beb8c6b922229dc317d321ac
        WEB_SITE=http://search.cpan.org/~dagolden/File-Temp
            TYPE=perl
         ENTERED=20070310
         UPDATED=20150705
           SHORT="Perl module to handle temporary files safely"
cat << EOF
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.
EOF
