June 19 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 $> git checkout -b my_branch origin/blead # hack, hack, hack $> git add . $> git commit -m "Why this branch"
Create a local branch, make your changes, configure, build and test
$> sh ./Configure -des -Dusedevel $> make $> make test # or: make test_harness
continued...
Home Last TOC | Copyright © 2017 James E Keenan | Back Next |