Re: not sure what changed in testing

2009-02-18 Thread Randal L. Schwartz
> "Eirik" == Eirik Berg Hanssen writes: Eirik> mer...@stonehenge.com (Randal L. Schwartz) writes: >> plan 'no_plan'; >> >> BEGIN { use_ok('File::Finder') } >> These lines passed when I wrote them a few years ago. >> >> Is this: >> (a) an error in test reporter >> (b) an error in my code be

not sure what changed in testing

2009-02-17 Thread Randal L. Schwartz
According to http://www.nntp.perl.org/group/perl.cpan.testers/2009/02/msg3293765.html the lines that are failing are (from http://github.com/RandalSchwartz/perl-module-file-finder/blob/06054daba44df857bf31e960032a53aa36237b0f/t/04-ffr.t): #! perl use Test::More; BEGIN { eval

Re: not sure what changed in testing

2009-02-17 Thread Eirik Berg Hanssen
mer...@stonehenge.com (Randal L. Schwartz) writes: > plan 'no_plan'; > > BEGIN { use_ok('File::Finder') } > These lines passed when I wrote them a few years ago. > > Is this: > (a) an error in test reporter > (b) an error in my code because this once worked but is now deprecated > (c

not sure what changed in testing

2009-02-17 Thread Randal L. Schwartz
According to http://www.nntp.perl.org/group/perl.cpan.testers/2009/02/msg3293765.html the lines that are failing are (from http://github.com/RandalSchwartz/perl-module-file-finder/blob/06054daba44df857bf31e960032a53aa36237b0f/t/04-ffr.t): #! perl use Test::More; BEGIN { eval