In perl.git, the branch release-5.21.2 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/781898d693b8bc23ad32a7f91c15b8451f8e9e41?hp=0e22af76ea3956d87f75200a0474dae9e3c48a79>
- Log ----------------------------------------------------------------- commit 781898d693b8bc23ad32a7f91c15b8451f8e9e41 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
