X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/ba6733216202523a95b0b7ee2e534b8e30b6d7df..fa068f6da2218ae85bae1e26ee7591c15276555f:/PACKAGING?ds=sidebyside diff --git a/PACKAGING b/PACKAGING index 0c69b87..a603f6c 100644 --- a/PACKAGING +++ b/PACKAGING @@ -27,4 +27,24 @@ 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" + +=head1 Disabling known flapping tests + +Some tests could fail under heavy load, whereas in most cases +they would simply succeed. Usually, continuous integration systems +will at one point or the other reach that problem. + +To disable these known tests, please set the environment +variable CI to true. + + CI=true + =cut