Tue Sep 22 18:38:04 2009brian.d.foy [...] gmail.com - Ticket created
Subject:
Tests complain that done_testing is a bareword in t/049_metaclass_reinitialize.t
Date:
Tue, 22 Sep 2009 17:37:20 -0500
To:
bug-Class-MOP [...] rt.cpan.org
From:
brian d foy <brian.d.foy [...] gmail.com>
At the end of /049_metaclass_reinitialize.t there is:
done_testing;
When I try to install this with Strawberry Perl, it complains about
that as a bareword under strict 'subs'. I fixed this with the added
parens:
done_testing();
--
brian d foy <brian.d.foy@gmail.com>
http://www.pair.com/~comdog/
On Tue Sep 22 18:56:37 2009, NUFFIN wrote:
Show quoted text
> This should be addressed with 0.93 which raises the dep on Test::More
> to 0.88.
Sorry, I got confused. 0.93 is already over a week old. Which version of Class::MOP is this report
against? And which version of Test::More do you have?
Tue Sep 22 18:57:53 2009The RT System itself - Status changed from 'resolved' to 'open'
>> This should be addressed with 0.93 which raises the dep on Test::More
>> to 0.88.
>
>
> Sorry, I got confused. 0.93 is already over a week old. Which version of Class::MOP is this report
> against? And which version of Test::More do you have?
It's against 0.93. Either way, a couple of parens do the trick nicely. :)
--
brian d foy <brian.d.foy@gmail.com>
http://www.pair.com/~comdog/
Sun Nov 29 10:17:19 2009DROLSKY [...] cpan.org - Status changed from 'open' to 'resolved'
Sun Nov 29 10:17:20 2009DROLSKY [...] cpan.org - Fixed in 0.95 added