This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
Please cc any replies to [EMAIL PROTECTED] to keep other
test volunteers informed and to prevent any duplicate effort.
--
This is an error report generated automatically by CPANPLUS,
version 0.048.
Below is the error stack during 'make test':
cp pl/weblint blib/script/weblint
/home/nothingmuch/perlsmoke/build/5.005_04/bin/perl "-MExtUtils::MY" -e
"MY->fixin(shift)" blib/script/weblint
PERL_DL_NONLAZY=1 /home/nothingmuch/perlsmoke/build/5.005_04/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00.load.......................Name "HTML::Lint::VERSION" used only once:
possible typo at t/00.load.t line 8.
# Testing HTML::Lint 1.30
ok
t/01.coverage...................Can't locate warnings.pm in @INC (@INC
contains:
/home/.perlsmoke/500504/.cpanplus/5.00504/build/HTML-Lint-1.30/blib/lib
/home/.perlsmoke/500504/.cpanplus/5.00504/build/HTML-Lint-1.30/blib/arch
/home/nothingmuch/perlsmoke/build/5.005_04/lib/5.00504/i686-linux
/home/nothingmuch/perlsmoke/build/5.005_04/lib/5.00504/i686-linux
/home/nothingmuch/perlsmoke/build/5.005_04/lib/5.00504
/home/nothingmuch/perlsmoke/build/5.005_04/lib/site_perl/5.005/i686-linux
/home/nothingmuch/perlsmoke/build/5.005_04/lib/site_perl/5.005/i686-linux
/home/nothingmuch/perlsmoke/build/5.005_04/lib/site_perl/5.005 .
/home/nothingmuch/perlsmoke/build/5.005_04/lib/5.00504/i686-linux
/home/nothingmuch/perlsmoke/build/5.005_04/lib/5.00504
/home/nothingmuch/perlsmoke/build/5.005_04/lib/site_perl/5.005/i686-linux
/home/nothingmuch/perlsmoke/build/5.005_04/lib/site_perl/5.005 .) at
t/01.coverage.t line 7.
BEGIN failed--compilation aborted at t/01.coverage.t line 7.
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
t/02.versions...................Name "HTML::Lint::VERSION" used only once:
possible typo at t/02.versions.t line 8.
Name "Test::HTML::Lint::VERSION" used only once: possible typo at
t/02.versions.t line 8.
ok
t/10.test-html-lint.............ok
t/11.test-html-lint-overload....ok
t/20.error-types-export.........ok
t/20.error-types-skip...........ok
t/20.error-types................ok
t/30.test-builder...............ok
t/40.where......................ok
t/attr-repeated.................ok
t/attr-unknown..................ok
t/doc-tag-required..............ok
t/elem-empty-but-closed.........ok
t/elem-img-alt-missing..........ok
t/elem-img-sizes-missing........ok
t/elem-nonrepeatable............ok
t/elem-unclosed.................ok
t/elem-unknown..................ok
t/elem-unopened.................ok
t/embed-extensions..............ok
t/pod-coverage..................skipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod...........................skipped
all skipped: Test::Pod 1.14 required for testing POD
t/random-nobr...................ok
t/text-use-entity...............ok
t/xhtml-html....................ok
Failed 1/26 test scripts, 96.15% okay. 0/145 subtests failed, 100.00% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01.coverage.t 255 65280 ?? ?? % ??
2 tests skipped.
make: *** [test_dynamic] Error 11
Additional comments:
Hello, Andy Lester! Thanks for uploading your works to CPAN.
I noticed that the test suite seem to fail without these modules:
warnings
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'Andy Lester ([EMAIL PROTECTED])',
... # other information
PREREQ_PM => {
'warnings' => '0', # or a minimum workable version
}
);
If you are interested in making a more flexible Makefile.PL that can
probe for missing dependencies and install them, ExtUtils::AutoInstall
at <http://search.cpan.org/dist/ExtUtils-AutoInstall/> may be
worth a look.
Thanks! :-)
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. Also, because many people perform automatic
tests on CPAN, chances are that you will receive identical
--
Summary of my perl5 (5.0 patchlevel 5 subversion 4) configuration:
Platform:
osname=linux, osvers=2.6.8.1, archname=i686-linux
uname='linux pasta 2.6.8.1 #4 sat aug 21 18:43:24 idt 2004 i686 amd
athlon(tm) xp 2400+ authenticamd gnulinux '
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef useperlio=undef d_sfio=undef
Compiler:
cc='cc', optimize='-O2', gccversion=3.3.4 20040623 (Gentoo Linux 3.3.4-r1,
ssp-3.3.2-2, pie-8.7.6)
cppflags='-Dbool=char -DHAS_BOOL'
ccflags ='-Dbool=char -DHAS_BOOL'
stdchar='char', d_stdstdio=undef, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lcrypt
libc=, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'