Skip Menu |

This queue is for tickets about the Moo CPAN distribution.

Report information
The Basics
Id: 72931
Status: resolved
Priority: 0/
Queue: Moo

People
Owner: Nobody in particular
Requestors: CELOGEEK [...] cpan.org
Cc: mrallen1 [...] yahoo.com
AdminCc:

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



Subject: cpantesters fail when I use moo in my test
http://www.cpantesters.org/cpan/report/fd81d968-1da7-11e1-adf5-b155dc02392a (seems version >= 5.14.2) the test file is simple, but generator accessor try to do a ">" with a "1.12_01" value ... here the test : http://cpansearch.perl.org/src/CELOGEEK/MooX-Option-0.3/t/moo.t
On Sun Dec 04 04:58:05 2011, CELOGEEK wrote: Show quoted text
> http://www.cpantesters.org/cpan/report/fd81d968-1da7-11e1-adf5- > b155dc02392a > > (seems version >= 5.14.2) > > the test file is simple, but generator accessor try to do a ">" with a > "1.12_01" value ... > > here the test : > > http://cpansearch.perl.org/src/CELOGEEK/MooX-Option-0.3/t/moo.t
I am having the same problem! Here's a sample report from my distribution on all test systems that seem to have Class::XSAccessor installed. http://www.cpantesters.org/cpan/report/0e190356-1e29-11e1-876a-a16b9b202ddc
I have some error too. http://www.cpantesters.org/cpan/report/5c054d02-29e3-11e1-8a3c-172cc5c5e6fb May be just change (Class::XSAccessor->VERSION > 1.06) to (Class::XSAccessor->VERSION qt 1.06) at Method::Generate::Accessor line 14 ?
This is fixed in 0.009013. Cheers!