1Test::Smoke::Archiver(3U)ser Contributed Perl DocumentatiToenst::Smoke::Archiver(3)
2
3
4

NAME

6       Test::Smoke::Archiver - Archive the smoke files.
7

DESCRIPTION

9   Test::Smoke::Archiver->new(%arguments)
10       Arguments
11
12       archive => [0|1]
13       ddir => $smoke_destination_directory
14       adir => $archive_destination_directory
15       outfile => 'mktest.out'
16       rptfile => 'mktest.rpt'
17       jsnfile => 'mktest.jsn'
18       lfile => $logfile_name
19       v => [0|1|2]
20
21       Returns
22
23       The instance...
24
25   $archiver->archive_files()
26       Copy files.
27
28   $archiver->archive_rpt
29   $archiver->archive_out
30   $archiver->archive_jsn
31   $archiver->archive_log
33       (c) 2002-2013, Abe Timmerman <abeltje@cpan.org> All rights reserved.
34
35       With contributions from Jarkko Hietaniemi, Merijn Brand, Campo
36       Weijerman, Alan Burlison, Allen Smith, Alain Barbet, Dominic Dunlop,
37       Rich Rauenzahn, David Cantrell.
38
39       This library is free software; you can redistribute it and/or modify it
40       under the same terms as Perl itself.
41
42       See:
43
44       ·   <http://www.perl.com/perl/misc/Artistic.html>
45
46       ·   <http://www.gnu.org/copyleft/gpl.html>
47
48       This program is distributed in the hope that it will be useful, but
49       WITHOUT ANY WARRANTY; without even the implied warranty of
50       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51
52
53
54perl v5.32.0                      2020-07-28          Test::Smoke::Archiver(3)
Impressum