>>>>> On Fri, 15 Dec 2006 06:21:52 +0000, "Fergal Daly" <[EMAIL PROTECTED]> 
>>>>> said:

  > Hi,
  > you sent this about 2 months ago and I've been kinda busy so I didn't
  > get around to replying. I can't figure out if you are intentionally
  > testing modules with Exporter.pm removed. While technically it is a
  > prereq, so are strict.pm, vars.pm and warnings.pm...

The error message is not that Exporter.pm is not installed and in the
perl I tested was Exporter.pm not removed. See the error message again:

    Can't locate package Exporter for @Test::Tester::Capture::ISA at 
/home/k/.cpan/build/Test-Tester-0.103/blib/lib/Test/Tester/CaptureRunner.pm 
line 6.

'man perldiag' says about it

    Can’t locate package %s for @%s::ISA
        (W syntax) The @ISA array contained the name of another package that 
doesn’t seem to
        exist.

So I would say, this is a case where the package Test::Tester::Capture
does not do the necessary 'require Exporter'. I suppose that your code
relies on the fact that some other module loads Exporter.

Does this help? Maybe I should explicitly mention that the perl I used
was bleadperl?

Let me know if I can provide more info.

Thanks,
-- 
andreas

Reply via email to