In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/65651c629b65c84446f2ec14cb59134d6d1c743f?hp=66f3ab9ef25574940c3bf19e111886105f52d116>
- Log ----------------------------------------------------------------- commit 65651c629b65c84446f2ec14cb59134d6d1c743f Author: Abigail <[email protected]> Date: Sun Jul 20 14:43:59 2014 +0200 Installing Inline no longer installs Inline::C. So, when testing cpan, install Inline::C. ----------------------------------------------------------------------- Summary of changes: Porting/release_managers_guide.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 873b475..099cc9d 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -955,7 +955,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: -- Perl5 Master Repository
