Skip Menu |

This queue is for tickets about the Catalyst-Action-REST CPAN distribution.

Report information
The Basics
Id: 38317
Status: resolved
Priority: 0/
Queue: Catalyst-Action-REST

People
Owner: Nobody in particular
Requestors: SAPER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.62
  • 0.63
Fixed in: (no value)



Subject: Can't install because of broken Perl version check (a.k.a. Module::Install is the problem, not the solution)
Hello, I don't particularly to bash Module::Install, but it just shows yet another case of it being completely stupid: ERROR: perl: Version 5.008007 is installed, but we need version >= 5.8 at inc/Module/Install/Makefile.pm line 172. It seems M::I is broken WRT to version handling and that you need to specify them the only safe way, and write 5.008001 instead of 5.8.1 Regards -- Close the world, txEn eht nepO.
On Fri Aug 08 04:39:31 2008, SAPER wrote: Show quoted text
> It seems M::I is broken WRT to version handling and that you need to > specify them the only safe way, and write 5.008001 instead of 5.8.1
As of revision 3889 of Module::Install, this should be fixed, with perl_version() recognising three-part Perl versions and normalising them to the old-style 5.008001 form. Unless problems are found in the new code, these changes will be visible in the 0.77 release of Module::Install. If you're eager, you can find the dev branch of the code at: http://svn.ali.as/cpan/trunk/Module-Install/ Now, don't say that randomly complaining about bugs on identi.ca never got you anywhere. ;) Cheerio, Paul
Subject: Re: [rt.cpan.org #38317] Can't install because of broken Perl version check (a.k.a. Module::Install is the problem, not the solution)
Date: Fri, 08 Aug 2008 14:31:23 +0200
To: bug-Catalyst-Action-REST [...] rt.cpan.org
From: Sébastien Aperghis-Tramoni <saper [...] cpan.org>
PJF wrote via RT: Show quoted text
> As of revision 3889 of Module::Install, this should be fixed, with > perl_version() recognising three-part Perl versions and normalising them > to the old-style 5.008001 form. Unless problems are found in the new > code, these changes will be visible in the 0.77 release of Module::Install. > > If you're eager, you can find the dev branch of the code at: > > http://svn.ali.as/cpan/trunk/Module-Install/ > > Now, don't say that randomly complaining about bugs on identi.ca never > got you anywhere. ;)
"Who's awesome? You're awesome!" Thank you, Paul ;-) -- Sébastien Aperghis-Tramoni Close the world, txEn eht nepO.
0.66 was released with M::I 0.77, so this should be fixed.