--- Michael G Schwern <[EMAIL PROTECTED]> wrote:

> Julien Beasley wrote:
> > Hi,
> > 
> > I've found that using Test::Files in a test script
> changes the output of
> > TODO tests in Test::Harness.
> 
> Here's the problem.
> 
> $ perl -wle 'use Test::Files;  print
> Test::Builder->new->exported_to'
> Test::Files
> 
> exported_to() is the mechanism Test::Builder uses to
> guess in what package 
> to look for the $TODO flag.  It tries to guess right
> but is sometimes wrong.
> http://rt.cpan.org/Ticket/Display.html?id=24725
> 
> Anyhow, here's the problem:
> 
>    package Test::Files;
>    use Test::Builder;
>    use Test::More;   <--------- what's this doing
> there?

I certainly can't defend it at the moment.  I'll try
to rebuild a dist in the next week or two.

Phil



 
____________________________________________________________________________________
We won't tell. Get more on shows you hate to love 
(and love to hate): Yahoo! TV's Guilty Pleasures list.
http://tv.yahoo.com/collections/265 

Reply via email to