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. -- Dear David Westbrook, This is a computer-generated report for Pod-Advent-0.03 on perl-5.8.8, created automatically by CPAN-Reporter-1.00 and sent to the CPAN Testers mailing list. If you have received this email directly, it is because the person testing your distribution chose to send a copy to your CPAN email address; there may be a delay before the official report is received and processed by CPAN Testers. Thank you for uploading your work to CPAN. However, it appears that there were some problems with your distribution. If these results are not what you expect, please consult "Notes for CPAN Authors" on the CPAN Testers Wiki: http://cpantest.grango.org Sections of this report: * Tester comments * Program output * Prerequisites * Environment and other context ------------------------------ TESTER COMMENTS ------------------------------ Additional comments from tester: [none provided] ------------------------------ PROGRAM OUTPUT ------------------------------ Output from '/usr/bin/make test': /usr/bin/perl5.8.8.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.........# Testing Pod::Advent 0.03, Perl 5.008008, /usr/bin/perl5.8.8.exe ok t/boilerplate.....ok t/general.........ok t/pod-coverage....ok t/pod.............ok t/sample..........## Please see file perltidy.ERR # Failed test 'file matches!' # at t/sample.t line 21. # got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" # "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> # <!-- Generated by Pod::Advent 0.03 (Pod::Simple 3.05, Perl::Tidy 20071205) on 2007-12-18 21:23:53 --> # <html xmlns="http://www.w3.org/1999/xhtml"> # <head> # <title>2007 Perl Advent Calendar: This is a sample</title> # <link rel="stylesheet" href="../style.css" type="text/css" /></head> # <body> # <h1><a href="../">Perl Advent Calendar 2007-12</a>-32</h1> # <h2 align="center">This is a sample</h2> # <h3 align="center">by David Westbrook</h3> # <p></p> # <p></p> # <p></p> # <p></p> # <blockquote style="padding: 1em; border: 2px ridge black; background-color:#eee"><p>First a quote section.</p> # <p>Second verse.</p> # </blockquote> # <p><B>See the <tt><a href="sample.pod">sample.pod</a></tt> file that this HTML was generated from.</B></p> # <p>Then an <tt><a href="http://www.example.com/foo/bar.txt">Example Link</a></tt> for a <tt><a href="http://search.cpan.org/search?module=Pod::Simple">Pod::Simple</a></tt> module. See also <tt><a href="http://search.cpan.org/search?module=Pod::Simple::Subclassing">Pod::Simple::Subclassing</a></tt>. Now we mention <tt>Pod::Simple</tt> again. Now we talk about a <tt>data.txt</tt> file. And our copy of <tt><a href="data.txt">data.txt</a></tt>. And a plain <tt><a href="http://www.example.com">http://www.example.com</a></tt> a/href.</p> # <p>And some foot-noted text.<sup><a href="#1">1</a></sup></p> # <h1>BIG Header (1)</h1> # <h2>normal header (2)</h2> # <h3>little header (3)</h3> # <h4>littlest header (4)</h4> # <h2>Other tags</h2> # <p>Regular <B>bold</B> and <I>italics</I> work too.</p> # <p>And inline code such as this <tt><span class="k">my</span> <span class="i">$foo</span>=<span class="w">Bar</span>- # > # <span class="i">new</span><span class="s">(</span><span class="s">)</span> # </tt> snippet.</p> # <p>And regular pod Verbatim is treated as code:</p> # <pre> # <span class="k">my</span> <span class="i">$x</span> = <span class="i">$y</span><span class="sc">;</span> # <span class="i">$x</span> += <span class="n">3</span><span class="sc">;</span> # </pre> # <h2>More code examples</h2> # <p>Just a code snippet:</p> # <pre> # <span class="k">foreach</span> <span class="k">my</span> <span class="i">$foo</span> <span class="s">(</span> <span class="i">@bar</span> <span class="s">)</span><span class="s">{</span> # <span class="k">print</span> <span class="i">$foo</span><span class="sc">;</span> # <span class="s">}</span> # # <span class="k">my</span> <span class="i">$x</span><span class="sc">;</span> # </pre> # # <p>A code snippet w/line numbers:</p> # <pre> # 1 <span class="k">foreach</span> <span class="k">my</span> <span class="i">$foo</span> <span class="s">(</span> <span class="i">@bar</span> <span class="s">)</span><span class="s">{</span> # 2 <span class="k">print</span> <span class="i">$foo</span><span class="sc">;</span> # 3 <span class="s">}</span> # 4 # 5 <span class="k">my</span> <span class="i">$bar</span><span class="sc">;</span> # </pre> # # <p>And code sourced from the <tt><a href="sample.pl">sample.pl</a></tt> file:</p> # <a name="sample.pl"></a><h2><a href="sample.pl">sample.pl</a></h2><pre> # 1 <span class="k">use</span> <span class="w">Example::Module</span><span class="sc">;</span> # 2 <span class="k">my</span> <span class="i">$obj</span> = <span class="w">Example::Module</span><span class="w">->new</span><span class="s">(</span><span class="s">)</span><span class="sc">;</span> # 3 <span class="k">foreach</span> <span class="k">my</span> <span class="i">$x</span> <span class="s">(</span> <span class="i">$obj</span><span class="i">->get_list</span> <span class="s">)</span><span class="s">{</span> # 4 <span class="k">printf</span> <span class="q">"Foo == %s ==\n"</span><span class="cm">,</span> <span class="i">$x</span><span class="sc">;</span> # 5 <span class="s">}</span> # </pre> # <p>And just <pre> tag stuff, e.g. for output or data.</p> # <pre><span class="c">This is just preformatted # t # e # x # t. # Which is good for output examples. # # and more output</span></pre> # <blockquote style="padding: 1em; border: 2px ridge black; background-color:#eee"><p>Editorial section</p> # <p>Testing <B>bold</B> and <I>italics</I> and <tt><a href="http://search.cpan.org/search?module=Foo::Bar">Foo::Bar</a></tt> module link</p> # </blockquote> # <p><a name="1"></a>1. This is the first footnote.</p> # </body> # </html> # ' # expected: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" # "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> # <!-- Generated by Pod::Advent 0.03 (Pod::Simple 3.02, Perl::Tidy 20060719) on 2007-12-18 21:23:53 --> # <html xmlns="http://www.w3.org/1999/xhtml"> # <head> # <title>2007 Perl Advent Calendar: This is a sample</title> # <link rel="stylesheet" href="../style.css" type="text/css" /></head> # <body> # <h1><a href="../">Perl Advent Calendar 2007-12</a>-32</h1> # <h2 align="center">This is a sample</h2> # <h3 align="center">by David Westbrook</h3> # <p></p> # <p></p> # <p></p> # <p></p> # <blockquote style="padding: 1em; border: 2px ridge black; background-color:#eee"><p>First a quote section.</p> # <p>Second verse.</p> # </blockquote> # <p><B>See the <tt><a href="sample.pod">sample.pod</a></tt> file that this HTML was generated from.</B></p> # <p>Then an <tt><a href="http://www.example.com/foo/bar.txt">Example Link</a></tt> for a <tt><a href="http://search.cpan.org/search?module=Pod::Simple">Pod::Simple</a></tt> module. See also <tt><a href="http://search.cpan.org/search?module=Pod::Simple::Subclassing">Pod::Simple::Subclassing</a></tt>. Now we mention <tt>Pod::Simple</tt> again. Now we talk about a <tt>data.txt</tt> file. And our copy of <tt><a href="data.txt">data.txt</a></tt>. And a plain <tt><a href="http://www.example.com">http://www.example.com</a></tt> a/href.</p> # <p>And some foot-noted text.<sup><a href="#1">1</a></sup></p> # <h1>BIG Header (1)</h1> # <h2>normal header (2)</h2> # <h3>little header (3)</h3> # <h4>littlest header (4)</h4> # <h2>Other tags</h2> # <p>Regular <B>bold</B> and <I>italics</I> work too.</p> # <p>And inline code such as this <tt><span class="k">my</span> <span class="i">$foo</span>=<span class="w">Bar</span>- # > # <span class="i">new</span><span class="s">(</span><span class="s">)</span> # </tt> snippet.</p> # <p>And regular pod Verbatim is treated as code:</p> # <pre> # <span class="k">my</span> <span class="i">$x</span> = <span class="i">$y</span><span class="sc">;</span> # <span class="i">$x</span> += <span class="n">3</span><span class="sc">;</span> # </pre> # <h2>More code examples</h2> # <p>Just a code snippet:</p> # <pre> # <span class="k">foreach</span> <span class="k">my</span> <span class="i">$foo</span> <span class="s">(</span> <span class="i">@bar</span> <span class="s">)</span><span class="s">{</span> # <span class="k">print</span> <span class="i">$foo</span><span class="sc">;</span> # <span class="s">}</span> # # <span class="k">my</span> <span class="i">$x</span><span class="sc">;</span> # </pre> # # <p>A code snippet w/line numbers:</p> # <pre> # 1 <span class="k">foreach</span> <span class="k">my</span> <span class="i">$foo</span> <span class="s">(</span> <span class="i">@bar</span> <span class="s">)</span><span class="s">{</span> # 2 <span class="k">print</span> <span class="i">$foo</span><span class="sc">;</span> # 3 <span class="s">}</span> # 4 # 5 <span class="k">my</span> <span class="i">$bar</span><span class="sc">;</span> # </pre> # # <p>And code sourced from the <tt><a href="sample.pl">sample.pl</a></tt> file:</p> # <a name="sample.pl"></a><h2><a href="sample.pl">sample.pl</a></h2><pre> # 1 <span class="k">use</span> <span class="w">Example::Module</span><span class="sc">;</span> # 2 <span class="k">my</span> <span class="i">$obj</span> = <span class="w">Example::Module</span><span class="w">->new</span><span class="s">(</span><span class="s">)</span><span class="sc">;</span> # 3 <span class="k">foreach</span> <span class="k">my</span> <span class="i">$x</span> <span class="s">(</span> <span class="i">$obj</span><span class="i">->get_list</span> <span class="s">)</span><span class="s">{</span> # 4 <span class="k">printf</span> <span class="q">"Foo == %s ==\n"</span><span class="cm">,</span> <span class="i">$x</span><span class="sc">;</span> # 5 <span class="s">}</span> # </pre> # <p>And just <pre> tag stuff, e.g. for output or data.</p> # <pre><span class="c">This is just preformatted # t # e # x # t. # Which is good for output examples. # # and more output</span></pre> # <blockquote style="padding: 1em; border: 2px ridge black; background-color:#eee"><p>Editorial section</p> # <p>Testing <B>bold</B> and <I>italics</I> and <tt><a href="http://search.cpan.org/search?module=Foo::Bar">Foo::Bar</a></tt> module link</p> # </blockquote> # <p><a name="1"></a>1. This is the first footnote.</p> # </body> # </html> # ' # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/sample.t 1 256 2 1 2 Failed 1/6 test scripts. 1/13 subtests failed. Files=6, Tests=13, 5 wallclock secs ( 3.13 cusr + 1.82 csys = 4.95 CPU) Failed 1/6 test programs. 1/13 subtests failed. make: *** [test_dynamic] Error 1 ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: requires: Module Need Have ----------- ---- -------- Perl::Tidy 0 20071205 Pod::Simple 0 3.05 Test::More 0 0.74 ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: COMSPEC = C:\WINDOWS\system32\cmd.exe INCLUDE = ;C:\strawberry-perl\mingw\include;C:\strawberry-perl\perl\lib\CORE;C:\strawberry-perl\perl\lib\encode LIB = ;C:\strawberry-perl\mingw\lib;C:\strawberry-perl\perl\bin NUMBER_OF_PROCESSORS = 1 PATH = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/perl5.8.0/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/slaven/bin/cygwin:/home/slaven/bin/sh:/home/slaven/bin:/usr/X386/bin:/usr/games:/home/slaven/devel:/cygdrive/c/Symbian/9.1/S60_3rd_MR/Epoc32/tools:/home/slaven/work2/srezic-misc/scripts PERL5LIB = /home/slaven/.cpan/build/Perl-Tidy-20071205-DY7on9/blib/arch:/home/slaven/.cpan/build/Perl-Tidy-20071205-DY7on9/blib/lib:/home/slaven/.cpan/build/Image-Thumbnail-0.63-eIICjt/blib/arch:/home/slaven/.cpan/build/Image-Thumbnail-0.63-eIICjt/blib/lib:/home/slaven/.cpan/build/Text-GooglewikiFormat-0.03-UTtsoo/blib/arch:/home/slaven/.cpan/build/Text-GooglewikiFormat-0.03-UTtsoo/blib/lib:/home/slaven/.cpan/build/URI-Find-0.16-z7CC7A/blib/arch:/home/slaven/.cpan/build/URI-Find-0.16-z7CC7A/blib/lib:/home/slaven/.cpan/build/Log-Log4perl-1.14-hqsMQD/blib/arch:/home/slaven/.cpan/build/Log-Log4perl-1.14-hqsMQD/blib/lib PERL5_CPANPLUS_IS_RUNNING = 4648 PERL5_CPAN_IS_RUNNING = 4648 PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla PROCESSOR_IDENTIFIER = x86 Family 15 Model 44 Stepping 2, AuthenticAMD TEMP = /cygdrive/c/DOKUME~1/slaven/LOKALE~1/Temp TERM = cygwin Perl special variables (and OS-specific diagnostics, for MSWin32): $^X = /usr/bin/perl5.8.8.exe $UID/$EUID = 1008 / 1008 $GID = 513 545 544 513 $EGID = 513 545 544 513 Perl module toolchain versions installed: Module Have ------------------- ------ CPAN 1.9102 Cwd 3.25 ExtUtils::CBuilder 0.19 ExtUtils::Command 1.13 ExtUtils::Install 1.41 ExtUtils::MakeMaker 6.36 ExtUtils::Manifest 1.51 ExtUtils::ParseXS 2.18 File::Spec 3.12 Module::Build 0.2808 Module::Signature 0.55 Test::Harness 2.64 Test::More 0.74 YAML 0.62 YAML::Syck 0.97 version 0.7203 -- Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=cygwin, osvers=1.5.24(0.15642), archname=cygwin-thread-multi-64int uname='cygwin_nt-5.1 reini 1.5.24(0.15642) 2007-01-31 10:57 i686 cygwin ' config_args='-de -Dmksymlinks -Duse64bitint -Dusethreads -Uusemymalloc -Doptimize=-O3 -Dman3ext=3pm -Dusesitecustomize -Dusedevel' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=define use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement', optimize='-O3', cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement' ccversion='', gccversion='3.4.4 (cygming special, gdc 0.12, using dmd 0.125)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='ld2', ldflags =' -s -L/usr/local/lib' libpth=/usr/local/lib /usr/lib /lib libs=-lgdbm -ldb -ldl -lcrypt -lgdbm_compat perllibs=-ldl -lcrypt -lgdbm_compat libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s' cccdlflags=' ', lddlflags=' -s -L/usr/local/lib'
