1PATCHTREE(1)          User Contributed Perl Documentation         PATCHTREE(1)
2
3
4

NAME

6       patchtree.pl - Patch the sourcetree
7

SYNOPSIS

9           $ ./patchtree.pl -f patchfile -d ../perl-current [--help | more options]
10
11       or
12
13           $ ./patchtree.pl -c [smokecurrent_config]
14

OPTIONS

16Configuration file
17
18               -c | --config <configfile> Use the settings from the configfile
19
20           patchtree.pl can use the configuration file created by
21           configsmoke.pl.  Other options can override the settings from the
22           configuration file.
23
24General options
25
26               -d | --ddir <directory>  Set the directory for the source-tree (cwd)
27               -f | --pfile <patchfile> Set the resource containg patch info
28
29               -v | --verbose <0..2>    Set verbose level
30               -h | --help              Show help message (needs Pod::Usage)
31               --man                    Show the perldoc  (needs Pod::Usage)
32

DESCRIPTION

34       This is a small front-end for Test::Smoke::Patcher.
35

SEE ALSO

37       Test::Smoke::Patcher
38
40       (c) 2002-2003, All rights reserved.
41
42         * Abe Timmerman <abeltje@cpan.org>
43
44       This library is free software; you can redistribute it and/or modify it
45       under the same terms as Perl itself.
46
47       See:
48
49           item * <http://www.perl.com/perl/misc/Artistic.html>
50
51           item * <http://www.gnu.org/copyleft/gpl.html>
52
53       This program is distributed in the hope that it will be useful, but
54       WITHOUT ANY WARRANTY; without even the implied warranty of
55       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
56
57
58
59perl v5.32.1                      2021-01-27                      PATCHTREE(1)
Impressum