In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/9db5571e8d73e2a2ec3f2848dbd0fe8b71572e59?hp=74b2b4b1788882713af5484605612fc6ec67405d>
- Log ----------------------------------------------------------------- commit 9db5571e8d73e2a2ec3f2848dbd0fe8b71572e59 Author: Nicholas Clark <[email protected]> Date: Sun Jul 26 19:53:53 2009 +0100 Suggest using Inline as a pre-uploading test for a distribution. ----------------------------------------------------------------------- Summary of changes: Porting/release_managers_guide.pod | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) 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. -- Perl5 Master Repository
