> "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
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
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
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