h3x has asked for the wisdom of the Perl Monks concerning the following question:

I posted a question on the above named nmodule and after performing a make clean on the module i tried running a make test i got the following error:
cp ip.pm blib/lib/NetAddr/ip.pm Package NetAddr::IP (NetAddr/IP.pm) does not match filename blib/lib/N +etAddr/ip.pm at /usr/lib/perl5/5.8.8/AutoSplit.pm line 263, <$in> lin +e 305. make: *** [pm_to_blib] Error 9
What would this mean? Am running on Fedora 7 and i have tried endlessly to make it work but up to now it hasnt. Thanks in advance

Replies are listed 'Best First'.
Re: Net::AddrIp compilation error
by ikegami (Patriarch) on Oct 18, 2007 at 06:20 UTC

    The file should be called IP.pm, but for some reason, it's called ip.pm. It's called IP.pm asit should be in the tarball I just downloaded from CPAN. Could it be that you accidentally changed the case of the file name (like you did in the title of your node)?