On 23/10/02 08:31 +1000, Sisyphus wrote:
>
> ----- Original Message -----
> From: "Brian Ingerson" <[EMAIL PROTECTED]>
>
> >
> > This problem is happening at line 431 of Inline.pm.
> >
> > my $realpath = $INC{$realname}
> > or croak M27_module_not_indexed($realname);
> >
> > If you could add a line:
> >
> > print "--> $realname\n";
> >
> > And send me the output, that would help.
> >
>
> I inserted that line immediately above the code that croaks.
> When I run a script that uses Math::Simple I get:
>
> --> Math\Simple.pm
> You are attempting to load an extension for 'Math\Simple.pm',
> but there is no entry for that module in %INC.
>
> So I got a print of '%INC', and there's no key called 'Math\Simple.pm'.
> There *is* a key called 'Math/Simple.pm'.
> Its associated value is:
> D:/Perl/site/lib/Math/Simple.pm
> which is the correct path.
Thanks. This should be enough info for me (or Mitchell) to solve the problem.
I'll try to fix it in the next 36 hours. I'm going out for a few beers with
the ActiveState boys tonight, then driving all day tommorrow.
Cheers, Brian