<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18702"></HEAD>
<BODY><!-- Converted from text/plain format -->
<P><FONT size=2># find /usr/lib64/perl5 /usr/lib/perl5 -name More.pm -print | 
xargs grep 
VERSION<BR>/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Test/More.pm:use 
vars qw($VERSION @ISA @EXPORT %EXPORT_TAGS 
$TODO);<BR><STRONG>/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Test/More.pm:$VERSION 

'0.60';<BR></STRONG>/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Test/More.pm:$VERSION 
= eval $VERSION;&nbsp;&nbsp;&nbsp; # make the alpha version come out as a 
number<BR>/usr/lib/perl5/vendor_perl/5.8.8/Test/More.pm:our $VERSION = 
'0.86';<BR>/usr/lib/perl5/vendor_perl/5.8.8/Test/More.pm:$VERSION = eval 
$VERSION;&nbsp;&nbsp;&nbsp; ## no critic 
(BuiltinFunctions::ProhibitStringyEval)<BR>/usr/lib/perl5/5.8.8/Test/More.pm:use 
vars qw($VERSION @ISA @EXPORT %EXPORT_TAGS 
$TODO);<BR>/usr/lib/perl5/5.8.8/Test/More.pm:$VERSION = 
'0.62';<BR>/usr/lib/perl5/5.8.8/Test/More.pm:$VERSION = eval 
$VERSION;&nbsp;&nbsp;&nbsp; # make the alpha version come out as a 
number</FONT></P><FONT size=2></FONT><FONT size=2>
<P><BR></FONT><FONT size=2><FONT color=#0000ff face=Arial>Mark Sapiro's 
workaround fixes it.</FONT></FONT></P>
<P><FONT size=2><FONT color=#0000ff face=Arial>Cheers,</FONT></FONT></P>
<DIV><FONT size=2><FONT color=#0000ff face=Arial>Phil</FONT></DIV>
<P>--<BR>Phil Randal | Networks Engineer<BR>Herefordshire Council | Deputy Chief 
Executive's Office | I.C.T. Services Division<BR>Thorn Office Centre, Rotherwas, 
Hereford, HR2 6JT<BR>Tel: 01432 260160<BR>email: 
prandal@herefordshire.gov.uk<BR><BR>Any opinion expressed in this e-mail or any 
attached files are those of the individual and not necessarily those of 
Herefordshire Council.<BR><BR>This e-mail and any attached files are 
confidential and intended solely for the use of the addressee. This 
communication may contain material protected by law from being passed on. If you 
are not the intended recipient and have received this e-mail in error, you are 
advised that any use, dissemination, forwarding, printing or copying of this 
e-mail is strictly prohibited. If you have received this e-mail in error please 
contact the sender immediately and destroy all copies of 
it.<BR><BR>-----Original Message-----<BR>From: 
mailscanner-bounces@lists.mailscanner.info [<A 
href="mailto:mailscanner-bounces@lists.mailscanner.info">mailto:mailscanner-bounces@lists.mailscanner.info</A>] 
On Behalf Of Julian Field<BR>Sent: 13 April 2009 23:46<BR>To: MailScanner 
discussion<BR>Subject: Re: MailScanner-4.76.10-2 can't install 
Test::Pod<BR><BR>Did it successfully install Test-Simple just before 
Test-Pod?<BR><BR>That should have been enough. The error message implies that it 
didn't find your Test-Simple that should have been just installed. So either it 
didn't install it or it didn't find it when it tried to build 
Test-Pod.<BR>Please can you do<BR>&nbsp;&nbsp;&nbsp;&nbsp; find /usr/lib64/perl5 
/usr/lib/perl5 -name More.pm -print | xargs grep VERSION (all on one line) and 
it will tell you the version number of every copy of Test::More you have 
installed.<BR><BR>You don't have $PERL5LIB set to anything do you? Just do 
an<BR>&nbsp;&nbsp;&nbsp;&nbsp; echo $PERL5LIB<BR>and be sure you get an empty 
line. If you don't, then do<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
PERL5LIB=<BR>&nbsp;&nbsp;&nbsp;&nbsp; export 
PERL5LIB<BR>&nbsp;&nbsp;&nbsp;&nbsp; ./install.sh<BR><BR><BR>On 13/4/09 20:24, 
Randal, Phil wrote:<BR>&gt; On CentOS 5.3, 64-bit.<BR>&gt; ./install.sh 
.....<BR>&gt; + umask 022<BR>&gt; + cd /usr/src/redhat/BUILD<BR>&gt; + 
LANG=C<BR>&gt; + export LANG<BR>&gt; + unset DISPLAY<BR>&gt; + cd 
/usr/src/redhat/BUILD<BR>&gt; + rm -rf Test-Pod-1.26<BR>&gt; + /bin/gzip -dc 
/usr/src/redhat/SOURCES/Test-Pod-1.26.tar.gz<BR>&gt; + tar -xf -<BR>&gt; + 
STATUS=0<BR>&gt; + '[' 0 -ne 0 ']'<BR>&gt; + cd Test-Pod-1.26<BR>&gt; ++ 
/usr/bin/id -u<BR>&gt; + '[' 0 = 0 ']'<BR>&gt; + /bin/chown -Rhf root .<BR>&gt; 
++ /usr/bin/id -u<BR>&gt; + '[' 0 = 0 ']'<BR>&gt; + /bin/chgrp -Rhf root 
.<BR>&gt; + /bin/chmod -Rf a+rX,u+w,g-w,o-w .<BR>&gt; + exit 0<BR>&gt; 
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.68510<BR>&gt; + umask 022<BR>&gt; 
+ cd /usr/src/redhat/BUILD<BR>&gt; + cd Test-Pod-1.26<BR>&gt; + LANG=C<BR>&gt; + 
export LANG<BR>&gt; + unset DISPLAY<BR>&gt; + CFLAGS='-O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions<BR>&gt; -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic'<BR>&gt; + perl 
Makefile.PL<BR>&gt; Checking if your kit is complete...<BR>&gt; Looks 
good<BR>&gt; Warning: prerequisite Test::More 0.62 not found. We have 
0.6.<BR>&gt; Writing Makefile for Test::Pod<BR>&gt; + make<BR>&gt; cp Pod.pm 
blib/lib/Test/Pod.pm<BR>&gt; Manifying blib/man3/Test::Pod.3pm<BR>&gt; + make 
test<BR>&gt; PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" 
"-e"<BR>&gt; "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t<BR>&gt; 
t/00-load..............# Testing Test::Pod 1.26, Perl 5.008008,<BR>&gt; 
/usr/bin/perl t/00-load..............ok t/all_pod_files........ok<BR>&gt; 
t/cut-outside-block....ok 1/2<BR>&gt; #&nbsp;&nbsp;&nbsp;&nbsp; Failed test 
(t/cut-outside-block.t at line 20)<BR>&gt; t/cut-outside-block....NOK 2# STDERR 
is:<BR>&gt; # #&nbsp;&nbsp;&nbsp;&nbsp; Failed test (t/cut-outside-block.t at 
line 15)<BR>&gt; # # t/cut-outside-block.pod (5): =cut found outside a pod 
block.&nbsp;<BR>&gt; Skipping to next block.<BR>&gt; #<BR>&gt; # not:<BR>&gt; # 
/#\s+Failed\ test.*?\n?.*?at\ t\/cut\-outside\-block\.t line<BR>&gt; 15.*\n?/ # 
# # t/cut-outside-block.pod (5): =cut found outside a pod<BR>&gt; block.<BR>&gt; 
Skipping to next block.<BR>&gt; #<BR>&gt; # as expected<BR>&gt; 
t/cut-outside-block....FAILED test 
2<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Failed 1/2 tests, 
50.00% okay<BR>&gt; t/good.................ok<BR>&gt; t/item-ordering........ok 
1/2<BR>&gt; #&nbsp;&nbsp;&nbsp;&nbsp; Failed test (t/item-ordering.t at line 
19)<BR>&gt; t/item-ordering........NOK 2# STDERR is:<BR>&gt; # 
#&nbsp;&nbsp;&nbsp;&nbsp; Failed test (t/item-ordering.t at line 14)<BR>&gt; # # 
t/item-ordering.pod (32): You can't have =items (as at line 36)<BR>&gt; unless 
the first thing after the =over is an =item # # not:<BR>&gt; # /#\s+Failed\ 
test.*?\n?.*?at\ t\/item\-ordering\.t line 14.*\n?/ # #<BR>&gt; # 
t/item-ordering.pod (32): You can't have =items (as at line 36)<BR>&gt; unless 
the first thing after the =over is an =item # # as expected<BR>&gt; 
t/item-ordering........FAILED test 
2<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Failed 1/2 tests, 
50.00% okay<BR>&gt; t/load.................ok<BR>&gt; t/missing-file.........ok 
1/3<BR>&gt; #&nbsp;&nbsp;&nbsp;&nbsp; Failed test (t/missing-file.t at line 
18)<BR>&gt; t/missing-file.........NOK 2# STDERR is:<BR>&gt; # 
#&nbsp;&nbsp;&nbsp;&nbsp; Failed test (t/missing-file.t at line 16)<BR>&gt; # # 
t/non-existent.pod does not exist<BR>&gt; #<BR>&gt; # not:<BR>&gt; # 
/#\s+Failed\ test.*?\n?.*?at\ t\/missing\-file\.t line 16.*\n?/ # #<BR>&gt; # 
t/non-existent.pod does not exist # # as expected<BR>&gt; 
#&nbsp;&nbsp;&nbsp;&nbsp; Failed test (t/missing-file.t at line 28)<BR>&gt; 
t/missing-file.........NOK 3# STDERR is:<BR>&gt; # #&nbsp;&nbsp;&nbsp;&nbsp; 
Failed test (t/missing-file.t at line 26)<BR>&gt; # # t/non-existent.pod does 
not exist<BR>&gt; #<BR>&gt; # not:<BR>&gt; # /#\s+Failed\ test.*?\n?.*?at\ 
t\/missing\-file\.t line 26.*\n?/ # #<BR>&gt; # t/non-existent.pod does not 
exist # # as expected<BR>&gt; t/missing-file.........FAILED tests 
2-3<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Failed 2/3 tests, 
33.33% okay<BR>&gt; t/pod..................ok<BR>&gt; 
t/selftest.............ok<BR>&gt; 
t/spaced-directives....skipped<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
all skipped: Not written yet<BR>&gt; t/unknown-directive....ok 1/2<BR>&gt; 
#&nbsp;&nbsp;&nbsp;&nbsp; Failed test (t/unknown-directive.t at line 20)<BR>&gt; 
t/unknown-directive....NOK 2# STDERR is:<BR>&gt; # #&nbsp;&nbsp;&nbsp;&nbsp; 
Failed test (t/unknown-directive.t at line 16)<BR>&gt; # # 
t/unknown-directive.pod (9): Unknown directive: =over4 # #<BR>&gt; 
t/unknown-directive.pod (13): Unknown directive: =under # # not:<BR>&gt; # 
/#\s+Failed\ test.*?\n?.*?at\ t\/unknown\-directive\.t line 16.*\n?/<BR>&gt; # # 
# t/unknown-directive.pod (9): Unknown directive: =over4 # # #<BR>&gt; 
t/unknown-directive.pod (13): Unknown directive: =under # # as<BR>&gt; expected 
t/unknown-directive....FAILED test 
2<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Failed 1/2 tests, 
50.00% okay<BR>&gt; Failed 
Test&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stat Wstat 
Total Fail&nbsp; Failed&nbsp; List of Failed<BR>&gt; 
-------------------------------------------------------------------------------<BR>&gt; 
t/cut-outside-block.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
2&nbsp;&nbsp;&nbsp; 1&nbsp; 50.00%&nbsp; 2<BR>&gt; 
t/item-ordering.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
2&nbsp;&nbsp;&nbsp; 1&nbsp; 50.00%&nbsp; 2<BR>&gt; 
t/missing-file.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
3&nbsp;&nbsp;&nbsp; 2&nbsp; 66.67%&nbsp; 2-3<BR>&gt; 
t/unknown-directive.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
2&nbsp;&nbsp;&nbsp; 1&nbsp; 50.00%&nbsp; 2<BR>&gt; 1 test skipped.<BR>&gt; 
Failed 4/11 test scripts, 63.64% okay. 5/19 subtests failed, 73.68% 
okay.<BR>&gt; make: *** [test_dynamic] Error 255<BR>&gt; error: Bad exit status 
from /var/tmp/rpm-tmp.68510 (%build)<BR>&gt;<BR>&gt; RPM build 
errors:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Bad exit status from 
/var/tmp/rpm-tmp.68510 (%build) Any ideas?<BR>&gt; 
Phil<BR><BR>Jules<BR><BR>--<BR>Julian Field MEng CITP 
CEng<BR>www.MailScanner.info<BR>Buy the MailScanner book at 
www.MailScanner.info/store<BR><BR>MailScanner customisation, or any advanced 
system administration help?<BR>Contact me at Jules@Jules.FM<BR><BR>PGP 
footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 PGP public key: <A 
href="http://www.jules.fm/julesfm.asc">http://www.jules.fm/julesfm.asc</A><BR><BR><BR>--<BR>This 
message has been scanned for viruses and dangerous content by MailScanner, and 
is believed to be clean.<BR><BR>--<BR>MailScanner mailing 
list<BR>mailscanner@lists.mailscanner.info<BR><A 
href="http://lists.mailscanner.info/mailman/listinfo/mailscanner">http://lists.mailscanner.info/mailman/listinfo/mailscanner</A><BR><BR>Before 
posting, read <A 
href="http://wiki.mailscanner.info/posting">http://wiki.mailscanner.info/posting</A><BR><BR>Support 
MailScanner development - buy the book off the 
website!<BR></P></FONT></BODY></HTML>