NAME
Test::Smoke::Archiver - Archive the smoke files.
DESCRIPTION
Test::Smoke::Archiver->new(%arguments)
Arguments
- archive => [0|1]
- ddir => $smoke_destination_directory
- adir => $archive_destination_directory
- outfile => 'mktest.out'
- rptfile => 'mktest.rpt'
- jsnfile => 'mktest.jsn'
- lfile => $logfile_name
- v => [0|1|2]
Returns
The instance...
$archiver->archive_files()
Copy files.
$archiver->archive_rpt
$archiver->archive_out
$archiver->archive_jsn
$archiver->archive_log
COPYRIGHT
(c) 2002-2013, Abe Timmerman <abeltje@cpan.org> All rights reserved.
With contributions from Jarkko Hietaniemi, Merijn Brand, Campo Weijerman, Alan Burlison, Allen Smith, Alain Barbet, Dominic Dunlop, Rich Rauenzahn, David Cantrell.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See:
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.