enable temp file deletion in pack.t on Win32
authorChristian Walde <walde.christian@googlemail.com>
Fri, 7 Sep 2012 12:54:11 +0000 (14:54 +0200)
committerChristian Walde <walde.christian@googlemail.com>
Fri, 7 Sep 2012 12:54:11 +0000 (14:54 +0200)
commit0de38c118e8361ff200251c4345fe5e947073888
treebe026dd55c5c962def956582bb37b92aabe445a0
parentcbd99f493bf60a856656f4d6b8658ced3f4aaeb1
enable temp file deletion in pack.t on Win32

The code used in sub script_command_file to slurp file contents leaves
ARGV as an open filehandle to the file last slurped. For pack.t this means
it cannot remove the temp files on windows due to the left-over filehandle.
Closing ARGV explicitly after each slurp fixes this issue.
Changes
lib/App/FatPacker.pm