This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d6c32
)
PACKAGING: add patchlevel.h doc entry
author
Nicolas R
<atoomic@cpan.org>
Fri, 10 Nov 2017 20:25:12 +0000
(13:25 -0700)
committer
Nicolas R
<atoomic@cpan.org>
Fri, 10 Nov 2017 21:14:22 +0000
(14:14 -0700)
PACKAGING
patch
|
blob
|
blame
|
history
diff --git
a/PACKAGING
b/PACKAGING
index
0c69b87
..
9b27d07
100644
(file)
--- a/
PACKAGING
+++ b/
PACKAGING
@@
-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