From: Vincent Pit Date: Thu, 16 Dec 2010 00:41:27 +0000 (+0100) Subject: Complete the bootstrapping process description X-Git-Tag: v0.11~4 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=df1df6f85cf0d3f58fdeccc27e2fcfccc3083ec3 Complete the bootstrapping process description --- diff --git a/lib/CPANPLUS/Dist/Gentoo.pm b/lib/CPANPLUS/Dist/Gentoo.pm index 8f299f0..c86573c 100644 --- a/lib/CPANPLUS/Dist/Gentoo.pm +++ b/lib/CPANPLUS/Dist/Gentoo.pm @@ -72,8 +72,7 @@ Bootstrap an ebuild for L using itself. First, make sure your system C is C<5.10> or greater, so that the L toolchain is available. $ perl -v - This is perl 5, version 12, subversion 2 (v5.12.2) built for x86_64-linux - ... + This is perl 5, version 12, subversion 2 (v5.12.2)... C C<5.12> is the current stable Perl version in Gentoo. If you still have C C<5.8.x>, you can upgrade it by running the following commands as root : @@ -94,6 +93,8 @@ Log in as root and unpack it in e.g. your home directory : Bootstrap L using the bundled shell script C : + # perl Makefile.PL + # make # PERL5LIB=blib/lib samples/g-cpanp CPANPLUS::Dist::Gentoo Finally, emerge the C ebuild you've just generated :