summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2014-07-20 14:43:59 +0200
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-31 15:37:20 +0000
commit8b9bf800bf7c4f5da7292562739ad73ff7a62d44 (patch)
tree6296247041d2f270a069304065c8966b9d56fafe
parent36837770ed1c3480e3c682eacbc3f06ff245999e (diff)
downloadperl-8b9bf800bf7c4f5da7292562739ad73ff7a62d44.tar.gz
Installing Inline no longer installs Inline::C.
So, when testing cpan, install Inline::C. (cherry picked from commit 65651c629b65c84446f2ec14cb59134d6d1c743f)
-rw-r--r--Porting/release_managers_guide.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 7edf768833..cb0c894593 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -956,7 +956,7 @@ Bootstrap the CPAN client on the clean install:
Try installing a popular CPAN module that's reasonably complex and that
has dependencies; for example:
- CPAN> install Inline
+ CPAN> install Inline::C
CPAN> quit
Check that your perl can run this: