          MODULE=File-Temp
         VERSION=0.22
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/T/TJ/TJENNESS/
      SOURCE_VFY=sha1:5535c96e69e5d7f433fa446b5087fe4cab1bc129
        WEB_SITE=http://search.cpan.org/~tjenness/File-Temp/
         ENTERED=20070310
         UPDATED=20100222
           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
