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 Tomas Doran,
    
This is a computer-generated report for Text-MultiMarkdown-1.0.10
on 5.10.0, created automatically by CPAN-Reporter-1.0704 
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 or if you would like to learn how to avoid FAIL 
reports for missing dependencies, unsupported operating systems, etc.,
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':

PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pVNtS9N/[EMAIL 
PROTECTED]/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 
'blib/lib', 'blib/arch')" t/01use.t t/02pod.t t/03podcoverage.t 
t/03podspelling.t t/04markdown.t t/05options.t t/06wiki.t t/07fulldoc.t 
t/08exporter.t t/09base_url.t t/10use_metadata.t t/11docment_format.t 
t/12empty_element_suffix.t t/13multimarkdown-nometadata-firstpara.t 
t/14unicode.t t/15inlinehtmldoenoturnoffmarkdown.t t/16blockquotemultiline.t 
t/20fulldocs-multimarkdown.t t/21fulldocs-markdown.t 
t/22fulldocs-multimarkdown-todo.t t/23fulldocs-markdown-todo.t 
t/24fulldocs-pythonmarkdown2-tm.t t/26fulldocs-php-markdown.t 
t/27fulldocs-php-markdown-fails.t t/28fulldocs-php-markdown-extra.t 
t/30fulldocs-maruku-unittest.t
t/01use.....................................ok
t/02pod.....................................skipped: set TEST_POD to enable 
this test
t/03podcoverage.............................skipped: set TEST_POD to enable 
this test
t/03podspelling.............................skipped: set TEST_SPELLING to 
enable this test
t/04markdown................................ok
t/05options.................................ok
t/06wiki....................................ok
t/07fulldoc.................................
#   Failed test 'Output matches expected'
#   at t/07fulldoc.t line 27.
#          got: '<h1 id="heading1">Heading 1</h1>
# 
# <h2 id="heading2">Heading 2</h2>
# 
# <h3 id="heading3">Heading 3</h3>
# 
# <h2 id="othertypeofheadinglevel2">Other type of heading (level 2)</h2>
# 
# <h1 id="andanotheronelevel1">And another one (level 1)</h1>
# 
# <p>A paragraph, of <em>text</em>. </p>
# 
# <ul>
# <li>UL item 1</li>
# <li>UL item 2</li>
# </ul>
# 
# <p>Another paragraph *Not bold text*.</p>
# 
# <ol>
# <li>OL, item 1</li>
# <li>OL, item 2</li>
# </ol>
# 
# <p>A third paragraph</p>
# 
# <ul>
# <li>Second list, item 1
# <ul>
# <li>Sub list item 1</li>
# <li>Sub list item 2</li>
# </ul></li>
# <li>Second list, item 2</li>
# </ul>
# 
# <p>Within a paragraph <code>code block</code>, followed by one which needs 
<code>extra escapeing`</code> &#xA9; t0m.
# &amp; note <strong>ampersands</strong> and > or &lt; <em>are</em> escaped 
<strong>properly</strong> in output</p>
# 
# <p>This paragraph has <a href="http://www.test.com/"; title="Test dot Com 
website">a link</a> and <a href="http://www.test2.com/";>another link</a>.. This 
is <a href="http://example.com/"; title="Title">an example</a> inline link.</p>
# 
# <p>Or, we could use <a 
href="http://wuto-links.com/";>http://wuto-links.com/</a>. Or shortcut links 
like this: <a href="http://google.com/";>Google</a></p>
# 
# <blockquote>
#   <p>block quoted text</p>
# 
# <p>in multiple paragraphs
# and across multiple lines</p>
# 
# <blockquote>
#   <p>and at
# multiple levels.</p>
# </blockquote>
# </blockquote>
# 
# <pre><code>This is a code block here...
# </code></pre>
# 
# <hr />
# 
# <hr />
# 
# <hr />
# 
# <p>un*fucking*believable - *this text is surrounded by literal asterisks*, 
but the text before that should be bold according to the docs, but isn't 
FIXME!</p>
# 
# <p><img id="alttext" src="/path/to/img.jpg" alt="Alt text" /></p>
# 
# <p><img id="alttext2" src="/path/to/img2.jpg" alt="Alt text2" title="Optional 
title" /></p>
# 
# <p><img id="alttextforrefmode" src="url/to/image" alt="Alt text for ref mode" 
title="Optional title attribute" /></p>
# 
# <hr />
# '
#     expected: '<h1 id="heading1">Heading 1</h1>
# 
# <h2 id="heading2">Heading 2</h2>
# 
# <h3 id="heading3">Heading 3</h3>
# 
# <h2 id="othertypeofheadinglevel2">Other type of heading (level 2)</h2>
# 
# <h1 id="andanotheronelevel1">And another one (level 1)</h1>
# 
# <p>A paragraph, of <em>text</em>. </p>
# 
# <ul>
# <li>UL item 1</li>
# <li>UL item 2</li>
# </ul>
# 
# <p>Another paragraph *Not bold text*.</p>
# 
# <ol>
# <li>OL, item 1</li>
# <li>OL, item 2</li>
# </ol>
# 
# <p>A third paragraph</p>
# 
# <ul>
# <li>Second list, item 1
# <ul>
# <li>Sub list item 1</li>
# <li>Sub list item 2</li>
# </ul></li>
# <li>Second list, item 2</li>
# </ul>
# 
# <p>Within a paragraph <code>code block</code>, followed by one which needs 
<code>extra escapeing`</code> &#xA9; t0m.
# &amp; note <strong>ampersands</strong> and > or &lt; <em>are</em> escaped 
<strong>properly</strong> in output</p>
# 
# <p>This paragraph has <a href="http://www.test.com/"; title="Test dot Com 
website">a link</a> and <a href="http://www.test2.com/";>another link</a>.. This 
is <a href="http://example.com/"; title="Title">an example</a> inline link.</p>
# 
# <p>Or, we could use <a 
href="http://wuto-links.com/";>http://wuto-links.com/</a>. Or shortcut links 
like this: <a href="http://google.com/";>Google</a></p>
# 
# <blockquote>
#   <p>block quoted text</p>
#   
#   <p>in multiple paragraphs
#   and across multiple lines</p>
#   
#   <blockquote>
#     <p>and at
#     multiple levels.</p>
#   </blockquote>
# </blockquote>
# 
# <pre><code>This is a code block here...
# </code></pre>
# 
# <hr />
# 
# <hr />
# 
# <hr />
# 
# <p>un*fucking*believable - *this text is surrounded by literal asterisks*, 
but the text before that should be bold according to the docs, but isn't 
FIXME!</p>
# 
# <p><img id="alttext" src="/path/to/img.jpg" alt="Alt text" /></p>
# 
# <p><img id="alttext2" src="/path/to/img2.jpg" alt="Alt text2" title="Optional 
title" /></p>
# 
# <p><img id="alttextforrefmode" src="url/to/image" alt="Alt text for ref mode" 
title="Optional title attribute" /></p>
# 
# <hr />
# '
# Looks like you failed 1 test of 2.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/2 subtests 
t/08exporter................................ok
t/09base_url................................ok
t/10use_metadata............................ok
t/11docment_format..........................ok
t/12empty_element_suffix....................ok
t/13multimarkdown-nometadata-firstpara......ok
t/14unicode.................................ok
t/15inlinehtmldoenoturnoffmarkdown..........ok
t/16blockquotemultiline.....................String found where operator 
expected at t/16blockquotemultiline.t line 30, at end of line
        (Missing semicolon on previous line?)
Can't find string terminator "'" anywhere before EOF at 
t/16blockquotemultiline.t line 30.
# Looks like your test died before it could output anything.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 3/3 subtests 
t/20fulldocs-multimarkdown..................
#   Failed test 'Docs test: Blockquotes_with_code_blocks'
#   at t/20fulldocs-multimarkdown.t line 25.

#   Failed test 'Docs test: Nested_blockquotes'
#   at t/20fulldocs-multimarkdown.t line 25.
# Looks like you failed 2 tests of 33.
 Dubious, test returned 2 (wstat 512, 0x200)
 Failed 2/33 subtests 
t/21fulldocs-markdown.......................
#   Failed test 'Docs test: Blockquotes_with_code_blocks'
#   at 
/home/sand/.cpan/build/Text-MultiMarkdown-1.0.10-suYoje/t/20fulldocs-multimarkdown.t
 line 25.

#   Failed test 'Docs test: Nested_blockquotes'
#   at 
/home/sand/.cpan/build/Text-MultiMarkdown-1.0.10-suYoje/t/20fulldocs-multimarkdown.t
 line 25.
# Looks like you failed 2 tests of 23.
 Dubious, test returned 2 (wstat 512, 0x200)
 Failed 2/23 subtests 
t/22fulldocs-multimarkdown-todo.............ok
t/23fulldocs-markdown-todo..................ok
t/24fulldocs-pythonmarkdown2-tm.............Use of uninitialized value in 
substitution iterator at 
/home/sand/.cpan/build/Text-MultiMarkdown-1.0.10-suYoje/blib/lib/Text/MultiMarkdown.pm
 line 1788.
Use of uninitialized value in substitution iterator at 
/home/sand/.cpan/build/Text-MultiMarkdown-1.0.10-suYoje/blib/lib/Text/MultiMarkdown.pm
 line 1788.
ok
t/26fulldocs-php-markdown...................ok
t/27fulldocs-php-markdown-fails.............ok
t/28fulldocs-php-markdown-extra.............Use of uninitialized value in 
substitution iterator at 
/home/sand/.cpan/build/Text-MultiMarkdown-1.0.10-suYoje/blib/lib/Text/MultiMarkdown.pm
 line 1788.
Use of uninitialized value in substitution iterator at 
/home/sand/.cpan/build/Text-MultiMarkdown-1.0.10-suYoje/blib/lib/Text/MultiMarkdown.pm
 line 1788.
ok
t/30fulldocs-maruku-unittest................ok

Test Summary Report
-------------------
t/07fulldoc.t                           (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
t/16blockquotemultiline.t               (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 3 tests but ran 0.
t/20fulldocs-multimarkdown.t            (Wstat: 512 Tests: 33 Failed: 2)
  Failed tests:  6, 26
  Non-zero exit status: 2
t/21fulldocs-markdown.t                 (Wstat: 512 Tests: 23 Failed: 2)
  Failed tests:  5, 20
  Non-zero exit status: 2
t/24fulldocs-pythonmarkdown2-tm.t       (Wstat: 0 Tests: 41 Failed: 0)
  TODO passed:   6, 8, 10-12, 15-16, 21-24, 30, 32-37, 40-41
t/30fulldocs-maruku-unittest.t          (Wstat: 0 Tests: 60 Failed: 0)
  TODO passed:   4, 12, 39, 49-50, 58
Files=26, Tests=237, 14 wallclock secs ( 0.53 usr  0.05 sys +  6.64 cusr  0.48 
csys =  7.70 CPU)
Result: FAIL
Failed 4/26 test programs. 5/237 subtests failed.
make: *** [test_dynamic] Fehler 255

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module          Need Have   
    --------------- ---- -------
    Digest::MD5     0    2.36_01
    Encode          0    2.23   
    File::Slurp     0    9999.12
    List::MoreUtils 0    0.21   
    List::Util      0    1.19   
    MIME::Base64    0    3.07_01
    Scalar::Util    0    1.19   
    Test::Exception 0    0.26   
    Test::More      0.42 0.74   
    Text::Balanced  0    2.0.0  

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = de_DE.UTF-8
    PATH = 
/usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 11629
    PERL5_CPAN_IS_RUNNING = 11629
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/bin/zsh
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /home/src/perl/repoperls/installed-perls/perl/pVNtS9N/[EMAIL 
PROTECTED]/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9205   
    Cwd                 3.27     
    ExtUtils::CBuilder  0.21     
    ExtUtils::Command   1.13     
    ExtUtils::Install   1.44     
    ExtUtils::MakeMaker 6.42     
    ExtUtils::Manifest  1.51_01  
    ExtUtils::ParseXS   2.18_02  
    File::Spec          3.27     
    Module::Build       0.2808_01
    Module::Signature   0.55     
    Test::Harness       3.07     
    Test::More          0.74     
    YAML                0.66     
    YAML::Syck          1.01     
    version             0.74     


--

Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=linux, osvers=2.6.22-1-k7, archname=i686-linux-64int
    uname='linux k75 2.6.22-1-k7 #1 smp sun jul 29 15:15:55 utc 2007 i686 
gnulinux '
    
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/pVNtS9N/[EMAIL
 PROTECTED] -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Duse64bitint 
-Ui_db'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', 
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=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib /usr/lib64
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.6.1.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.6.1'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'

Reply via email to