On Fri, 19 Sep 2003 [EMAIL PROTECTED] wrote:
> I noticed that the test suite seem to fail without these modules:
>
> Devel::Symdump
>
> As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
> Makefile.PL should solve this problem. For example:
While I do not have Devel::Symdump as a required module in my PREREQ_PM,
I do have Symbol::Approx::Sub version 2. Symbol::Approx::Sub itself has
the following line in it's Makefile.PL
'PREREQ_PM' => { Devel::Symdump => 0 },
I fail to see how, if you'd followed the prequisits declared by my module,
how you could not have Devel::Symdump installed.
Mark.
--
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/};