Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Inline CPAN distribution.

Report information
The Basics
Id: 29852
Status: resolved
Priority: 0/
Queue: Inline

People
Owner: Nobody in particular
Requestors: k.heinz-cpan [...] kh-22.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.44
Fixed in: (no value)



Subject: Makefile.PL does not recognize version of Parse::RecDescent correctly
Hi, with the latest Parse-RecDescent 1.95.1 installed I get Checking if your kit is complete... Looks good Warning: prerequisite Parse::RecDescent 1.8 not found. We have 1.095001. ExtUtils::MakeMaker is 6.17, perl is 5.8.7 on NetBSD/i386 The attached little patch disables the warning. ciao Klaus
Subject: Makefile.PL.diff
From: k.heinz-cpan [...] kh-22.de
*sigh* one more try for the patch.
--- Makefile.PL.orig 2002-11-04 22:34:13.000000000 +0100 +++ Makefile.PL 2007-10-08 23:53:03.000000000 +0200 @@ -6,7 +6,7 @@ PREREQ_PM => { Data::Dumper => 2.09, Digest::MD5 => 2.09, - Parse::RecDescent => 1.80, + Parse::RecDescent => 1.080, File::Spec => 0.8, }, clean => {FILES => '_Inline_test _Inline .Inline'},
RT-Send-CC: sisyphus [...] cpan.org
I think this must have been a version.pm bug (that has since been fixed). I can't reproduce the behaviour, and I don't think that Inline should have to deal with a situation where version '1.95.1' is incorrectly evaluated as '1.095001'. I'm currently finding that '1.95.1' is being correctly evaluated as greater than 1.80, and I'm therefore closing this ticket without making any changes to the Inline source. If there's a problem with the way this bug has been handled, please feel free to re-open the ticket (or submit a new bug report). For further discussion of this issue (but without re-opening the ticket), consider posting to the Inline mailing list, or send a private email to sisyphus at cpan dot org. Thanks for the report !! Cheers, Rob