* Ovid <[EMAIL PROTECTED]> [2008-09-08 12:55]:
> In the developer release of Test::Simple, Test::Builder has
> been altered to die if you have any arguments after 'no_plan'.
> This means that some previously passing tests will fail. In
> fact, there are two test programs in Moose 0.57 which have this
> and thus fail to pass:
>
>  use Test::More no_plan => 1;
>
> I've recommended that we warn instead of croak as I don't know
> how widespread this problem is

I tried to use Google CodeSearch, but for some reason all my
regexes that I feed it match all the cases I want to exclude.

I tried variations on

    use\s+Test::More.*no_plan\s*[')/]\s*[^;]

but that matches pretty much every `use Test::More` line with
`no_plan` on it ever written, regardless of what follows.

If anyone can see something that I can’t, please tell me.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to