May 24 2017 | Maintaining the Health of the Perl 5 Codebase | Back Next |
Clone the Perl 5 source code:
$> git clone git://perl5.git.perl.org/perl.git perl
Create a local branch, make your changes, configure, build and test
$> sh ./Configure -des -Dusedevel $> make $> make test # or: make test_harness
Prepare patch
perlbug@perl.org
Home Last TOC | Copyright © 2017 James E Keenan | Back Next |