Subject: | Fails on 5.8.x |
The matrix illustrates nicely that 5.8.x fail:
http://matrix.cpantesters.org/?dist=WWW-Mechanize-Firefox%200.35
It seems to come from the use of mro which doesn't come with 5.8:
http://search.cpan.org/grep?cpanid=CORION&release=WWW-Mechanize-Firefox-0.35&string=mro&F=1&n=1&C=0
It seems you can use MRO::Compat instead of use mro there. (I have tried)
Best,