Skip Menu |

This queue is for tickets about the Class-MOP CPAN distribution.

Report information
The Basics
Id: 49927
Status: resolved
Priority: 0/
Queue: Class-MOP

People
Owner: Nobody in particular
Requestors: brian.d.foy [...] gmail.com
Cc:
AdminCc:

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



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/
This should be addressed with 0.93 which raises the dep on Test::More to 0.88.
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?
Subject: Re: [rt.cpan.org #49927] Tests complain that done_testing is a bareword in t/049_metaclass_reinitialize.t
Date: Tue, 22 Sep 2009 20:42:06 -0500
To: bug-Class-MOP [...] rt.cpan.org
From: brian d foy <brian.d.foy [...] gmail.com>
On Tue, Sep 22, 2009 at 5:57 PM, Yuval Kogman via RT <bug-Class-MOP@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=49927 > > > On Tue Sep 22 18:56:37 2009, NUFFIN wrote:
>> 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/