diff options
author | Nicolas R <atoomic@cpan.org> | 2017-11-10 13:25:12 -0700 |
---|---|---|
committer | Nicolas R <atoomic@cpan.org> | 2017-11-10 14:14:22 -0700 |
commit | 4f8ef02eaa8580534cef12a44dbfc822b26786be (patch) | |
tree | f22018279fa798c3951960c14d5b96a5dee726a5 /PACKAGING | |
parent | 98d6c3216d746500f9957328ee55580a6ee577d7 (diff) | |
download | perl-4f8ef02eaa8580534cef12a44dbfc822b26786be.tar.gz |
PACKAGING: add patchlevel.h doc entry
Diffstat (limited to 'PACKAGING')
-rw-r--r-- | PACKAGING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -27,4 +27,13 @@ the codebase for this string. An alternative strategy would be to skip all porting tests, but many of them are useful if additional patches might be applied. +=head1 Customizing patchlevel to advertise your local patches + +You can advertise your custom local patches by using patchlevel.h as a +standalone Perl script. + +=head2 Sample usage: + + perl -x patchlevel.h "This is a custom patch" + =cut |