Skip Menu |

This queue is for tickets about the HTML-FormFu CPAN distribution.

Report information
The Basics
Id: 58119
Status: resolved
Priority: 0/
Queue: HTML-FormFu

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

Bug Information
Severity: Important
Broken in: 0.07000
Fixed in: (no value)



Subject: Makefile issue with perl version and 'mro'
The Makefile doesn't correspond with the Changes file. Changes: - Change from Class::C3 to mro, to get built-in support in perl >= 5.9 Makefile: perl_version '5.008001'; This breaks on, for instance, perl 5.8.9, which passes the Makefile check, but doesn't have mro yet. -- B10m
From: icestar [...] inbox.ru
On Fri Jun 04 06:30:16 2010, BLOM wrote: Show quoted text
> The Makefile doesn't correspond with the Changes file. > > Changes: > - Change from Class::C3 to mro, to get built-in support in perl >= 5.9 > > Makefile: > perl_version '5.008001'; > > This breaks on, for instance, perl 5.8.9, which passes the Makefile > check, but doesn't have mro yet.
+1 to this bug Couldn't build the last version of this project under perl-5.8.8 because of error: "Can't locate mro.pm in @INC". What should I do to install it correctly?
From: lamoz [...] adriver.ru
I'm interested too ( perl 5.8.8). Please switch to MRO::Compat
Thanks, this is fixed in svn and will be included in the next CPAN release