1PATCHPERL(1) User Contributed Perl Documentation PATCHPERL(1)
2
3
4
6 patchperl - patch a perl source tree
7
9 version 2.08
10
12 patchperl
13
15 "--version"
16 Prints the version of Devel::PatchPerl to STDOUT and exits
17
18 "--patchlevel"
19 Devel::PatchPerl will normally update the "patchlevel.h" file in
20 the perl source tree to indicate that it has applied local patches.
21 This behaviour is negated if it is detected that it is operating in
22 a git repository. To override this and update "patchlevel.h" when
23 in a Git repository use this switch.
24
26 Chris Williams <chris@bingosnet.co.uk>
27
29 This software is copyright (c) 2021 by Chris Williams and Marcus
30 Holland-Moritz.
31
32 This is free software; you can redistribute it and/or modify it under
33 the same terms as the Perl 5 programming language system itself.
34
35
36
37perl v5.38.0 2023-07-20 PATCHPERL(1)