Skip Menu |

This queue is for tickets about the Catalyst-Model-SVN CPAN distribution.

Report information
The Basics
Id: 24782
Status: resolved
Priority: 0/
Queue: Catalyst-Model-SVN

People
Owner: claco [...] cpan.org
Requestors: willert [...] gmail.com
Cc:
AdminCc:

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



Subject: Small glitch in Makefile.pm
The Makefile is incompatible with development versions of ExtUtils::MakeMaker. Use: --- use version; WriteMakefile( [...] (ExtUtils::MakeMaker->VERSION gt "6.11") ? (NO_META => 1) : (), [...] --- instead of: (ExtUtils::MakeMaker->VERSION >= 6.11) which will die if it encounters non-numerical version strings. Cheers, Sebastian
Fixed in 0.06000 (converted to Module::Install anyways).