diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2014-06-23 08:41:09 -0400 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2014-06-23 08:41:09 -0400 |
commit | 61a1ab54e45224894ad10a67dd09f076e3ae00ec (patch) | |
tree | 786a58987d3c87848a18c2a430b2cc98b5eec019 /Porting | |
parent | bf8aad214cb307418f11b7bc35e29edeba6b5de1 (diff) | |
download | perl-61a1ab54e45224894ad10a67dd09f076e3ae00ec.tar.gz |
RMG: Show that version'd binaries might be used
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/release_managers_guide.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 40e3b54ec2..ed81e3335d 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -938,6 +938,9 @@ Bootstrap the CPAN client on the clean install: $ bin/cpan + # Or, perhaps: + $ bin/cpan5.xx.x + =head4 Install the Inline module with CPAN and test it Try installing a popular CPAN module that's reasonably complex and that |