1Test::Smoke::Syncer::FTUPs(e3r)Contributed Perl DocumentTaetsito:n:Smoke::Syncer::FTP(3)
2
3
4
6 This handles syncing by getting the source-tree from ActiveState's APC
7 repository. It uses the "Test::Smoke::FTPClient" that implements a
8 mirror function.
9
10 Test::Smoke::Syncer::FTP->new( %args )
11 Known args for this class:
12
13 * ftphost (public.activestate.com)
14 * ftpusr (anonymous)
15 * ftppwd (smokers@perl.org)
16 * ftpsdir (/pub/apc/perl-????)
17 * ftpcdir (/pub/apc/perl-????-diffs)
18 * ftype (undef|binary|ascii)
19
20 * ddir
21 * v
22
23 $syncer->sync()
24 This does the actual syncing:
25
26 * Check {ftpcdir} for the latest changenumber
27 * Mirror
28
29 $syncer->create_dot_patch
30 This needs to go to the *-diffs directory on APC and find the patch
31 whith the highest number, that should be our current patchlevel.
32
34 (c) 2002-2013, All rights reserved.
35
36 * Abe Timmerman <abeltje@cpan.org>
37
38 This library is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
41 See:
42
43 * <http://www.perl.com/perl/misc/Artistic.html>,
44 * <http://www.gnu.org/copyleft/gpl.html>
45
46 This program is distributed in the hope that it will be useful, but
47 WITHOUT ANY WARRANTY; without even the implied warranty of
48 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
49
50
51
52perl v5.32.1 2021-01-27 Test::Smoke::Syncer::FTP(3)