NAME
File::Tempdir::ForPackage::FromArchive - Inflate any archive to a
temporary directory and work in it.
VERSION
version 0.1.0
SYNOPSIS
use File::Tempdir::ForPackage::FromArchive;
my $stash = File::Tempdir::ForPackage::FromArchive->new(
archive => 'path/to/archive.tar.gz',
);
while(1){
$stash->run_once_in(sub{
# Disk thrashes here as
more»
This software is copyright (c) 2012 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Terms of the Perl programming language system itself
a) the GNU General Public License as published by the Free
Software Foundation; either version 1, or (at your option) any
late
more»