File::Fu::Dir::Temp - temporary directories


Back to Top


NAME

File::Fu::Dir::Temp - temporary directories

Back to Top


SYNOPSIS

  use File::Fu;
  my $dir = File::Fu->temp_dir;

new

  my $tmp = File::Fu::Dir::Temp->new($dir, 'foo');

nocleanup

Disable autocleanup.

  $dir->nocleanup;

DESTROY

Called automatically when the object goes out of scope.

  $dir->DESTROY;

Back to Top


AUTHOR

Eric Wilhelm @ <ewilhelm at cpan dot org>

http://scratchcomputing.com/

Back to Top


BUGS

If you found this module on CPAN, please report any bugs or feature requests through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

If you pulled this development version from my /svn/, please contact me directly.

Back to Top


COPYRIGHT

Copyright (C) 2008 Eric L. Wilhelm, All Rights Reserved.

Back to Top


NO WARRANTY

Absolutely, positively NO WARRANTY, neither express or implied, is offered with this software. You use this software at your own risk. In case of loss, no person or entity owes you anything whatsoever. You have been warned.

Back to Top


LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Back to Top

 File::Fu::Dir::Temp - temporary directories