1Test::Smoke::Syncer::CoUpsye(r3)Contributed Perl DocumenTteastti:o:nSmoke::Syncer::Copy(3)
2
3
4
6 This handles syncing with the File::Copy module from a local directory.
7 It uses the MANIFEST file is the source directory to determine which
8 fiels to copy. The current source-tree removed before the actual
9 copying.
10
11 Test::Smoke::Syncer::Copy->new( %args )
12 This crates the new object. Keys for %args:
13
14 * ddir: destination directory ( ./perl-current )
15 * cdir: directory to copy from ( undef )
16 * v: verbose
17
18 $syncer->sync( )
19 This uses Test::Smoke::SourceTree to do the actual copying. After that
20 it will clean up the source-tree (from MANIFEST, but ignoring
21 MANIFEST.SKIP!).
22
24 (c) 2002-2013, All rights reserved.
25
26 * Abe Timmerman <abeltje@cpan.org>
27
28 This library is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
31 See:
32
33 * <http://www.perl.com/perl/misc/Artistic.html>,
34 * <http://www.gnu.org/copyleft/gpl.html>
35
36 This program is distributed in the hope that it will be useful, but
37 WITHOUT ANY WARRANTY; without even the implied warranty of
38 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
39
40
41
42perl v5.30.1 2020-02-10 Test::Smoke::Syncer::Copy(3)