|
NAMEDevel::PatchPerl - Patch perl source a la Devel::PPPort's buildperl.plVERSIONversion 2.08SYNOPSISuse strict; use warnings; use Devel::PatchPerl; Devel::PatchPerl->patch_source( '5.6.1', '/path/to/untarred/perl/source/perl-5.6.1' ); DESCRIPTIONDevel::PatchPerl is a modularisation of the patching code contained in Devel::PPPort's "buildperl.pl".It does not build perls, it merely provides an interface to the source patching functionality. FUNCTION
PLUGIN SYSTEMSee Devel::PatchPerl::Plugin for details of Devel::PatchPerl's plugin system.PATCHLEVELDevel::PatchPerl will normally update the "patchlevel.h" file in the perl source tree to indicate that it has applied local patches. This behaviour is negated if it is detected that it is operating in a git repository. To override this and update "patchlevel.h" when in a Git repository, set the env var "PERL5_PATCHPERL_PATCHLEVEL" to a true value.Alternatively, call "patchperl" with the "--patchlevel" option. CAVEATDevel::PatchPerl is intended only to facilitate the "building" of perls, not to facilitate the "testing" of perls. This means that it will not patch failing tests in the perl testsuite.SEE ALSODevel::PPPortDevel::PatchPerl::Plugin AUTHORChris Williams <chris@bingosnet.co.uk>COPYRIGHT AND LICENSEThis software is copyright (c) 2021 by Chris Williams and Marcus Holland-Moritz.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |