ANNOUNCE: 4.02-3 released
Julian Field
mailscanner at ecs.soton.ac.uk
Fri Oct 25 13:52:50 IST 2002
At 12:50 25/10/2002, you wrote:
>I`ve this
>
>[root at xxxxx MailScanner-4.02-3]# ls -l CheckModuleVersion
>-rwxr-xr-x 1 root root 583 Oct 24 22:38 CheckModuleVersion
>[root at fagote MailScanner-4.02-3]# if ./CheckModuleVersion
>ExtUtils::MakeMaker 6.05
> > then
> > echo Up to date
> > else
> > echo Out of date
> > fi
>Out of date
Try doing
locate MakeMaker.pm
and then
fgrep '$VERSION' /wherever/it/found/it/MakeMaker.pm
and that will show you what versions you have installed and where. Then do
perl -v
and
perl
print "Include search path is " . join(', ', @INC) . "\n";
Ctrl-D
to see what the search path is, so you can work out which version of
MakeMaker.pm it is actually using.
And if you run Update-MakeMaker.sh ? What does that print out?
--
Julian Field Teaching Systems Manager
jkf at ecs.soton.ac.uk Dept. of Electronics & Computer Science
Tel. 023 8059 2817 University of Southampton
Southampton SO17 1BJ
More information about the MailScanner
mailing list