From: Nicholas Clark Date: Sun, 26 Jul 2009 18:53:53 +0000 (+0100) Subject: Suggest using Inline as a pre-uploading test for a distribution. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9db5571e8d73e2a2ec3f2848dbd0fe8b71572e59;p=p5sagit%2Fp5-mst-13.2.git Suggest using Inline as a pre-uploading test for a distribution. --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 1c11a87..3a91c9e 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -148,6 +148,13 @@ Bootstrap the CPAN client on the clean install. Install CPANPLUS. XXX pick something new; this is now bundled +=begin suggestion + +How about Inline. Install it, and then check that your perl can run this: + perl -lwe 'use Inline C => "int answer() { return 42;} "; print answer' + +=end + =item * Bootstrap the CPANPLUS client.