Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: FAIL HTML-FromText-2.05 v5.12.2 FreeBSD
Date: 2010-11-18T22:26:25Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Casey West,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9007. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'make test':
[MSG] [Thu Nov 18 22:26:21 2010] cp lib/Exporter/Lite.pm blib/lib/Exporter/Lite.pm
Manifying blib/man3/Exporter::Lite.3
[MSG] [Thu Nov 18 22:26:21 2010] Sending test report for 'Exporter-Lite-0.02'
[MSG] [Thu Nov 18 22:26:21 2010] Ok, not sending test report
[MSG] [Thu Nov 18 22:26:23 2010] cp lib/HTML/FromText.pm blib/lib/HTML/FromText.pm
cp bin/text2html blib/script/text2html
/usr/home/cpan/pit/bare/perl-5.12.2/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/text2html
Manifying blib/man1/text2html.1
Manifying blib/man3/HTML::FromText.3
[ERROR] [Thu Nov 18 22:26:24 2010] MAKE TEST failed: No such file or directory PERL_DL_NONLAZY=1 /usr/home/cpan/pit/bare/perl-5.12.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'indented tables with normal para'
# at t/01_features.t line 286.
# got: '<table class="hft-tables">
# <tr><td>http://www.pm.org</td><td>Perl Mongers</td></tr>
# <tr><td>http://perl.com</td><td>O'Reilly Perl Center</td></tr>
# <tr><td>http://lists.perl.org</td><td>List of Mailing Lists</td></tr>
# <tr><td>http://use.perl.org</td><td>Perl News and Community Journals</td></tr>
# <tr><td>http://perl.apache.org</td><td>mod_perl</td></tr>
# <tr><td>http://theperlreview.com</td><td>The Perl Review</td></tr>
# </table>
# '
# expected: '<table class="hft-tables">
# <tr><td>http://www.pm.org</td><td>Perl Mongers</td></tr>
# <tr><td>http://perl.com</td><td>O'Reilly Perl Center</td></tr>
# <tr><td>http://lists.perl.org</td><td>List of Mailing Lists</td></tr>
# <tr><td>http://use.perl.org</td><td>Perl News and Community Journals</td></tr>
# <tr><td>http://perl.apache.org</td><td>mod_perl</td></tr>
# <tr><td>http://theperlreview.com</td><td>The Perl Review</td></tr>
# </table>
# '
# Looks like you failed 1 test of 28.
t/01_features.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/28 subtests
# Failed test 'complex bullets'
# at t/02_v2.01.t line 78.
# got: '<ul class="hft-bullets">
# <li> Fast, powerful and extensible template processing system. </li>
# <ul class="hft-bullets">
# <li> Powerful presentation language supports all standard templating directives, e.g. variable substitution, includes, conditionals,
# loops. </li>
# <ul class="hft-bullets">
# <li> Many additional features such as output filtering, exception handling, macro definition, support for plugin objects, definition
# of template metadata, embedded Perl code (only enabled by EVAL_PERL option), definition of template blocks, a 'switch'
# statement, and more. </li>
# <li> Full support for complex Perl data types such as hashes, lists, objects and sub-routine references. </li>
# </ul>
# <li> Clear separation of concerns between user interface (templates), application code (Perl objects/sub-routines) and data
# (Perl data). </li>
# <ul class="hft-bullets">
# <li> Programmer-centric back end, allowing application logic and data structures to be built in Perl. </li>
# <li> Designer-centric front end, hiding underlying complexity behind simple variable access. </li>
# <li> Templates are compiled to Perl code for maximum runtime efficiency and performance. Compiled templates are cached
# and can be written to disk in "compiled form" (e.g. Perl code) to achieve cache persistance. </li>
# <ul class="hft-bullets">
# <li> Well suited to online dynamic web content generation (e.g. Apache/mod_perl). </li>
# <li> Also has excellent support for offline batch processing for generating static pages (e.g. HTML, POD, LaTeX, PostScript,
# plain text) from source templates. </li>
# <ul class="hft-bullets">
# <li> Comprehensive documentation including tutorial and reference manuals. </li>
# <li> Fully Open Source and Free </li>
# </ul>
# </ul>
# </ul>
# </ul>
# </ul>
# '
# expected: '<ul class="hft-bullets">
# <li> Fast, powerful and extensible template processing system. </li>
# <ul class="hft-bullets">
# <li> Powerful presentation language supports all standard templating directives, e.g. variable substitution, includes, conditionals,
# loops. </li>
# <ul class="hft-bullets">
# <li> Many additional features such as output filtering, exception handling, macro definition, support for plugin objects, definition
# of template metadata, embedded Perl code (only enabled by EVAL_PERL option), definition of template blocks, a 'switch'
# statement, and more. </li>
# <li> Full support for complex Perl data types such as hashes, lists, objects and sub-routine references. </li>
# </ul>
# <li> Clear separation of concerns between user interface (templates), application code (Perl objects/sub-routines) and data
# (Perl data). </li>
# <ul class="hft-bullets">
# <li> Programmer-centric back end, allowing application logic and data structures to be built in Perl. </li>
# <li> Designer-centric front end, hiding underlying complexity behind simple variable access. </li>
# <li> Templates are compiled to Perl code for maximum runtime efficiency and performance. Compiled templates are cached
# and can be written to disk in "compiled form" (e.g. Perl code) to achieve cache persistance. </li>
# <ul class="hft-bullets">
# <li> Well suited to online dynamic web content generation (e.g. Apache/mod_perl). </li>
# <li> Also has excellent support for offline batch processing for generating static pages (e.g. HTML, POD, LaTeX, PostScript,
# plain text) from source templates. </li>
# <ul class="hft-bullets">
# <li> Comprehensive documentation including tutorial and reference manuals. </li>
# <li> Fully Open Source and Free </li>
# </ul>
# </ul>
# </ul>
# </ul>
# </ul>
# '
# Looks like you failed 1 test of 6.
t/02_v2.01.t .....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
Can't load '/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Parser-3.68/blib/arch/auto/HTML/Parser/Parser.so' for module HTML::Parser: /usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Parser-3.68/blib/arch/auto/HTML/Parser/Parser.so: Undefined symbol "PL_unitcheckav" at /usr/local/lib/perl5/5.8.9/mach/DynaLoader.pm line 226.
at /usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Parser-3.68/blib/lib/HTML/Entities.pm line 154
Compilation failed in require at /usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Parser-3.68/blib/lib/HTML/Entities.pm line 154.
Compilation failed in require at blib/lib/HTML/FromText.pm line 22.
BEGIN failed--compilation aborted at blib/lib/HTML/FromText.pm line 22.
Compilation failed in require at blib/script/text2html line 6.
BEGIN failed--compilation aborted at blib/script/text2html line 6.
# Failed test 'output from text2html correct'
# at t/03_v2.02.t line 15.
# got: ''
# expected: '<p class="hft-paras">Hello</p>
#
# <p class="hft-paras">Test</p>
# '
# Looks like you failed 1 test of 3.
t/03_v2.02.t .....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
t/04_v2.03.t ..... ok
t/05_v2.04.t ..... ok
t/06_v2.05.t ..... ok
t/99_pod.t ....... ok
Test Summary Report
-------------------
t/01_features.t (Wstat: 256 Tests: 28 Failed: 1)
Failed test: 28
Non-zero exit status: 1
t/02_v2.01.t (Wstat: 256 Tests: 6 Failed: 1)
Failed test: 6
Non-zero exit status: 1
t/03_v2.02.t (Wstat: 256 Tests: 3 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=7, Tests=55, 1 wallclock secs ( 0.11 usr 0.07 sys + 0.66 cusr 0.59 csys = 1.43 CPU)
Result: FAIL
Failed 3/7 test programs. 3/55 subtests failed.
*** Error code 255
Stop in /usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromText-2.05.
[MSG] [Thu Nov 18 22:26:24 2010] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value'
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
Email::Find::addrspec 0.09 0.09
Exporter::Lite 0.02 0.01
HTML::Entities 3.68 1.26
Scalar::Util 1.22 1.12
Test::More 0.96 0.47
Text::Tabs 2009.0305 98.1128
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9007
CPANPLUS::Dist::Build 0.48
Cwd 3.33
ExtUtils::CBuilder 0.2703
ExtUtils::Command 1.16
ExtUtils::Install 1.55
ExtUtils::MakeMaker 6.56
ExtUtils::Manifest 1.58
ExtUtils::ParseXS 2.2206
File::Spec 3.33
Module::Build 0.3607
Test::Harness 3.22
Test::More 0.96
version 0.83
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.58.
Powered by minismokebox version 0.32
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL5LIB = :/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/TimeDate-1.20/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/TimeDate-1.20/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-use-ok-0.02/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-use-ok-0.02/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Devel-Hints-0.21/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Devel-Hints-0.21/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Tagset-3.20/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Tagset-3.20/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Parser-3.68/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Parser-3.68/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Term-VT102-0.91/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Term-VT102-0.91/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Term-VT102-Boundless-0.04/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Term-VT102-Boundless-0.04/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromANSI-2.03/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromANSI-2.03/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Pod-1.44/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Pod-1.44/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/MailTools-2.07/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/MailTools-2.07/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Email-Valid-0.184/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Email-Valid-0.184/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Email-Find-0.10/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Email-Find-0.10/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Exporter-Lite-0.02/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Exporter-Lite-0.02/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromText-2.05/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromText-2.05/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 13317
PERL5_CPANPLUS_IS_VERSION = 0.9007
PERL5_MINISMOKEBOX = 0.32
PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/bare/conf/perl-5.12.2
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/local/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /usr/home/cpan/pit/bare/perl-5.12.2/bin/perl
UID: $< = 1003
EUID: $> = 1003
GID: $( = 1003 1003 1003
EGID: $) = 1003 1003 1003
-------------------------------
--
Summary of my perl5 (revision 5 version 12 subversion 2) configuration:
Platform:
osname=freebsd, osvers=7.2-release, archname=i386-freebsd
uname='freebsd wintermute.staffordshire.gov.uk 7.2-release freebsd 7.2-release #0: fri may 1 08:49:13 utc 2009 root@walker.cse.buffalo.edu:usrobjusrsrcsysgeneric i386 '
config_args='-des -Dprefix=/usr/home/cpan/pit/bare/perl-5.12.2'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 20070719 [FreeBSD]', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lgdbm -lm -lcrypt -lutil -lc
perllibs=-lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
Built under freebsd
Compiled at Sep 8 2010 20:16:18
%ENV:
PERL5LIB=":/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/TimeDate-1.20/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/TimeDate-1.20/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-use-ok-0.02/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-use-ok-0.02/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Devel-Hints-0.21/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Devel-Hints-0.21/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Tagset-3.20/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Tagset-3.20/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Parser-3.68/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Parser-3.68/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Term-VT102-0.91/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Term-VT102-0.91/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Term-VT102-Boundless-0.04/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Term-VT102-Boundless-0.04/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromANSI-2.03/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromANSI-2.03/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Pod-1.44/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Pod-1.44/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/MailTools-2.07/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/MailTools-2.07/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Email-Valid-0.184/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Email-Valid-0.184/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Email-Find-0.10/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Email-Find-0.10/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Exporter-Lite-0.02/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Exporter-Lite-0.02/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromText-2.05/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromText-2.05/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="13317"
PERL5_CPANPLUS_IS_VERSION="0.9007"
PERL5_MINISMOKEBOX="0.32"
PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/bare/conf/perl-5.12.2"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/TimeDate-1.20/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/TimeDate-1.20/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-use-ok-0.02/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-use-ok-0.02/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Devel-Hints-0.21/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Devel-Hints-0.21/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Tagset-3.20/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Tagset-3.20/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Parser-3.68/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-Parser-3.68/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Term-VT102-0.91/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Term-VT102-0.91/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Term-VT102-Boundless-0.04/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Term-VT102-Boundless-0.04/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromANSI-2.03/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromANSI-2.03/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Pod-1.44/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Pod-1.44/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/MailTools-2.07/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/MailTools-2.07/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Email-Valid-0.184/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Email-Valid-0.184/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Email-Find-0.10/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Email-Find-0.10/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Exporter-Lite-0.02/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Exporter-Lite-0.02/blib/arch
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromText-2.05/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/HTML-FromText-2.05/blib/arch
/usr/home/cpan/pit/bare/perl-5.12.2/lib/site_perl/5.12.2/i386-freebsd
/usr/home/cpan/pit/bare/perl-5.12.2/lib/site_perl/5.12.2
/usr/home/cpan/pit/bare/perl-5.12.2/lib/5.12.2/i386-freebsd
/usr/home/cpan/pit/bare/perl-5.12.2/lib/5.12.2
.