Subject: | Fails make test complaining about URI::URL |
Fails make test like so:
ok 11
Undefined subroutine &URI::URL called at /usr/lib/perl5/site_perl/5.6.0/WWW/Search.pm line 935.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
FYI:
[mark@ns0 mark]$ perl -v
This is perl, v5.6.0 built for i386-linux
[mark@ns0 mark]$ uname -a
Linux ns0 2.4.7-10 #1 Thu Sep 6 17:21:28 EDT 2001 i586 unknown
(redhat 7.2)
[mark@ns0 mark]$ perldoc -m URI::URL | grep VER
use vars qw(@EXPORT $VERSION);
$VERSION = "5.02";
(latest at this time)
Having a look now, will get back to you if I can work out why this is