Report for Pod-POM-View-HTML-Filter-0.09

Back
From: metabase:user:d2c9f356-b46f-11df-9a90-20a83c0b7757
Subject: FAIL Pod-POM-View-HTML-Filter-0.09 v5.15.4 SunOS/Solaris
Date: 2011-11-19T17:53:52Z

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 Philippe Bruhat (BooK),

This is a computer-generated report for Pod-POM-View-HTML-Filter-0.09
on perl 5.15.4, created by CPAN-Reporter-1.2002.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from './Build test':

# Testing Pod::POM::View::HTML::Filter 0.09
t/00load.t ........ ok
# Printing versions of relevant modules
# PPI 1.215
# Syntax::Highlight::Engine::Kate not installed
# Text::WikiFormat not installed
# PPI::HTML not installed
# Syntax::Highlight::Shell not installed
# Perl::Tidy not installed
# Syntax::Highlight::HTML not installed
# Text::MediawikiFormat not installed
t/00versions.t .... ok
t/09utility.t ..... ok
t/10interface.t ... ok

#   Failed test 'Correct output'
#   at t/11filters.t line 97.
#          got: '<html>
# <body bgcolor="#ffffff">
# bar bar bar
# baz
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# bar bar bar
# baz
# </body></html>
# '

#   Failed test 'Correct output'
#   at t/11filters.t line 97.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    bar bar baz</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    bar bar baz</pre>
# </body></html>
# '

#   Failed test 'Correct output'
#   at t/11filters.t line 97.
#          got: '<html>
# <body bgcolor="#ffffff">
# bar bar bar
# <p>para</p>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# bar bar bar
# <p>para</p>
# </body></html>
# '

#   Failed test 'Correct output'
#   at t/11filters.t line 97.
#          got: '<html>
# <body bgcolor="#ffffff">
# <p>para</p>
# bar bar bar
# bar bar bar
# <p>para</p>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <p>para</p>
# bar bar bar
# bar bar bar
# <p>para</p>
# </body></html>
# '

#   Failed test 'Correct output'
#   at t/11filters.t line 97.
#          got: '<html>
# <body bgcolor="#ffffff">
# [The options are:]<a b c>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# [The options are:]<a b c>
# </body></html>
# '

#   Failed test 'Correct output'
#   at t/11filters.t line 97.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    verbatim block
# 
# verbatim textblock</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    verbatim block
# 
# verbatim textblock</pre>
# </body></html>
# '

#   Failed test 'Correct output the first time'
#   at t/11filters.t line 114.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    bar bar baz</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    bar bar baz</pre>
# </body></html>
# '

#   Failed test 'Correct output the second time around'
#   at t/11filters.t line 115.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    bar bar baz</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    bar bar baz</pre>
# </body></html>
# '
# Looks like you failed 8 tests of 8.
t/11filters.t ..... 
Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/8 subtests 

#   Failed test 'Default is simply naught (<pre>)'
#   at t/12default.t line 28.
#          got: '<html>
# <body bgcolor="#ffffff">
# <h1>Foo</h1>
# 
# <p>The foo filter at work:</p>
# <pre>    $A++;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <h1>Foo</h1>
# 
# <p>The foo filter at work:</p>
# <pre>    $A++;</pre>
# </body></html>
# '

#   Failed test 'Default is simply naught (<pre>)'
#   at t/12default.t line 49.
#          got: '<html>
# <body bgcolor="#ffffff">
# <h1>Foo</h1>
# 
# <p>The foo filter at work:</p>
# <pre>$A++;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <h1>Foo</h1>
# 
# <p>The foo filter at work:</p>
# <pre>$A++;</pre>
# </body></html>
# '

#   Failed test 'Correct output'
#   at t/12default.t line 74.
#          got: '<html>
# <body bgcolor="#ffffff">
# bar bar bar
# baz
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# bar bar bar
# baz
# </body></html>
# '

#   Failed test 'Correct output'
#   at t/12default.t line 94.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>bar foo bar
# baz</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>bar foo bar
# baz</pre>
# </body></html>
# '
# Looks like you failed 4 tests of 6.
t/12default.t ..... 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/6 subtests 

#   Failed test 'Correct output'
#   at t/13stack.t line 45.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>ba! bar ba!</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>ba! bar ba!</pre>
# </body></html>
# '

#   Failed test 'Correct output'
#   at t/13stack.t line 45.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>ba! ba! ba!</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>ba! ba! ba!</pre>
# </body></html>
# '

#   Failed test 'Correct output the first time'
#   at t/13stack.t line 62.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    ba! ba! baz</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    ba! ba! baz</pre>
# </body></html>
# '

#   Failed test 'Correct output the second time around'
#   at t/13stack.t line 63.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    ba! ba! baz</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    ba! ba! baz</pre>
# </body></html>
# '
# Looks like you failed 4 tests of 4.
t/13stack.t ....... 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/4 subtests 

#   Failed test 'Options: '
#   at t/14indent.t line 57.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    1: CHOMP_CHOMP
#     2: SKWAPPO
#     3: PATWEEEE
#     4: 
#     5: PLORTCH
#     6: WAP_WAP_WAP_WAP</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    1: CHOMP_CHOMP
#     2: SKWAPPO
#     3: PATWEEEE
#     4: 
#     5: PLORTCH
#     6: WAP_WAP_WAP_WAP</pre>
# </body></html>
# '

#   Failed test 'Options: auto_unindent 0'
#   at t/14indent.t line 57.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>1:     CHOMP_CHOMP
# 2:     SKWAPPO
# 3:     PATWEEEE
# 4: 
# 5:     PLORTCH
# 6:     WAP_WAP_WAP_WAP</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>1:     CHOMP_CHOMP
# 2:     SKWAPPO
# 3:     PATWEEEE
# 4: 
# 5:     PLORTCH
# 6:     WAP_WAP_WAP_WAP</pre>
# </body></html>
# '
# Looks like you failed 2 tests of 2.
t/14indent.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 

#   Failed test 't/pod/basic.src <>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <h1>accusantium sit doloremque</h1>
# 
# <p>nostrum cumque irure temporibus adipisci culpa necessitatibus provident
# mollitia duis fugiat quibusdam est ullam maxime totam reprehenderit</p>
# <p>eveniet cum dolorum doloribus numquam voluptas quam dicta ipsam voluptates
# proident sit dignissimos quas natus</p>
# eiusmod voluptatibus aliqua <b>incididunt</b> excepturi
# do iusto omnis facilis iure
# <p>repudiandae sint ab eos recusandae sequi dolore quo quos quia incididunt</p>
# <hr />
# 
# <p>quisquam voluptate proident cupidatat libero soluta optio</p>
# <p>doloremque adipisicing perspiciatis deleniti at provident alias qui itaque</p>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <h1>accusantium sit doloremque</h1>
# 
# <p>nostrum cumque irure temporibus adipisci culpa necessitatibus provident
# mollitia duis fugiat quibusdam est ullam maxime totam reprehenderit</p>
# <p>eveniet cum dolorum doloribus numquam voluptas quam dicta ipsam voluptates
# proident sit dignissimos quas natus</p>
# <p>eiusmod voluptatibus aliqua <b>incididunt</b> excepturi
# do iusto omnis facilis iure</p>
# <p>repudiandae sint ab eos recusandae sequi dolore quo quos quia incididunt</p>
# <hr />
# 
# <p>quisquam voluptate proident cupidatat libero soluta optio</p>
# <p>doloremque adipisicing perspiciatis deleniti at provident alias qui itaque</p>
# </body></html>
# '

#   Failed test 't/pod/html_begin1.src <-html>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>&lt;b&gt;escaped&lt;/b&gt;
# B&lt;bold&gt;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>&lt;b&gt;escaped&lt;/b&gt;
# B&lt;bold&gt;</pre>
# </body></html>
# '

#   Failed test 't/pod/html_begin2.src <-html>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    &lt;!-- now in verbatim --&gt;
#     &lt;b&gt;bold&lt;/b&gt;&lt;i&gt;italics&lt;/i&gt;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    &lt;!-- now in verbatim --&gt;
#     &lt;b&gt;bold&lt;/b&gt;&lt;i&gt;italics&lt;/i&gt;</pre>
# </body></html>
# '

#   Failed test 't/pod/html_begin3.src <-html>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    &lt;!-- a longer piece of HTML --&gt;
#     &lt;p&gt;First paragraph&lt;/p&gt;
# 
#     &lt;p&gt;another para&lt;/p&gt;
# 
#     &lt;p&gt;End&lt;/p&gt;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    &lt;!-- a longer piece of HTML --&gt;
#     &lt;p&gt;First paragraph&lt;/p&gt;
# 
#     &lt;p&gt;another para&lt;/p&gt;
# 
#     &lt;p&gt;End&lt;/p&gt;</pre>
# </body></html>
# '

#   Failed test 't/pod/html_begin4.src <-html>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    &lt;!-- a longer piece of HTML --&gt;
#     &lt;p&gt;First paragraph&lt;/p&gt;
# 
# &lt;p&gt;another para&lt;/p&gt;
# 
#     &lt;p&gt;End&lt;/p&gt;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    &lt;!-- a longer piece of HTML --&gt;
#     &lt;p&gt;First paragraph&lt;/p&gt;
# 
# &lt;p&gt;another para&lt;/p&gt;
# 
#     &lt;p&gt;End&lt;/p&gt;</pre>
# </body></html>
# '

#   Failed test 't/pod/html_for.src <-html>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>&lt;b&gt;bold&lt;/b&gt;
# </pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>&lt;b&gt;bold&lt;/b&gt;
# </pre>
# </body></html>
# '

#   Failed test 't/pod/html_list.src <-html>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    &lt;p&gt;This is a list:&lt;/p&gt;
# 
#     &lt;ul&gt;
#       &lt;li&gt;first item&lt;/li&gt;
#       &lt;li&gt;second
#           item&lt;/li&gt;
#     &lt;/ul&gt;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    &lt;p&gt;This is a list:&lt;/p&gt;
# 
#     &lt;ul&gt;
#       &lt;li&gt;first item&lt;/li&gt;
#       &lt;li&gt;second
#           item&lt;/li&gt;
#     &lt;/ul&gt;</pre>
# </body></html>
# '

#   Failed test 't/pod/html_nnn.src <-html>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>&lt;p&gt;line 1&lt;/p&gt;
#     &lt;p&gt;line 2&lt;/p&gt;
# 
#     &lt;p&gt;line 4&lt;/p&gt;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>&lt;p&gt;line 1&lt;/p&gt;
#     &lt;p&gt;line 2&lt;/p&gt;
# 
#     &lt;p&gt;line 4&lt;/p&gt;</pre>
# </body></html>
# '

#   Failed test 't/pod/kate_diff.src <-kate>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    Index: lib/Pod/POM/View/HTML/Filter.pm
#     ===================================================================
#     --- lib/Pod/POM/View/HTML/Filter.pm	(revision 168)
#     +++ lib/Pod/POM/View/HTML/Filter.pm	(working copy)
#     @@ -6,7 +6,7 @@
#      use strict;
#      use Carp;
#      
#     -our $VERSION = '0.06';
#     +our $VERSION = '0.07';
#      
#      my %filter;
#      my %builtin = (</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    Index: lib/Pod/POM/View/HTML/Filter.pm
#     ===================================================================
#     --- lib/Pod/POM/View/HTML/Filter.pm	(revision 168)
#     +++ lib/Pod/POM/View/HTML/Filter.pm	(working copy)
#     @@ -6,7 +6,7 @@
#      use strict;
#      use Carp;
#      
#     -our $VERSION = '0.06';
#     +our $VERSION = '0.07';
#      
#      my %filter;
#      my %builtin = (</pre>
# </body></html>
# '

#   Failed test 't/pod/kate_fortran.src <-kate>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    ! Exemple de computed GO TO
#        10 PRINT *, 'Entrez un entier entre 1 et 8:'
#           READ  *, i
#           GO TO (100,200,300,400,500,600,700,800) i
#           PRINT *, 'Ce nombre ne correspond pas'
#           GO TO 10 ! redemande un nombre, ad lib.</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    ! Exemple de computed GO TO
#        10 PRINT *, 'Entrez un entier entre 1 et 8:'
#           READ  *, i
#           GO TO (100,200,300,400,500,600,700,800) i
#           PRINT *, 'Ce nombre ne correspond pas'
#           GO TO 10 ! redemande un nombre, ad lib.</pre>
# </body></html>
# '

#   Failed test 't/pod/kate_fortran_for.src <-kate>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>10 PRINT *, 'Hello, world!'
# </pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>10 PRINT *, 'Hello, world!'
# </pre>
# </body></html>
# '

#   Failed test 't/pod/kate_ldif.src <-kate>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>  # debut
#   dn: dc=example,dc=com
#   dc: example
#   objectClass: top
#   objectClass: domain
# 
#   dn: cn=Manager, dc=example,dc=com
#   objectClass: organizationalRole
#   cn: Manager
# 
#   # fin</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>  # debut
#   dn: dc=example,dc=com
#   dc: example
#   objectClass: top
#   objectClass: domain
# 
#   dn: cn=Manager, dc=example,dc=com
#   objectClass: organizationalRole
#   cn: Manager
# 
#   # fin</pre>
# </body></html>
# '

#   Failed test 't/pod/perl_begin1.src <-perl>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre># now in full colour!
# $A++;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre># now in full colour!
# $A++;</pre>
# </body></html>
# '

#   Failed test 't/pod/perl_begin2.src <-perl>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    # now in verbatim
#     $A++;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    # now in verbatim
#     $A++;</pre>
# </body></html>
# '

#   Failed test 't/pod/perl_begin3.src <-perl>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    # now in verbatim
#     $A++;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    # now in verbatim
#     $A++;</pre>
# </body></html>
# '

#   Failed test 't/pod/perl_for.src <-perl>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <p>foo</p>
# <pre>$A++; # this works too</pre>
# <p>bar</p>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <p>foo</p>
# <pre>$A++; # this works too</pre>
# <p>bar</p>
# </body></html>
# '

#   Failed test 't/pod/perl_html.src <-perl-html>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    "hot cross buns" =~ /cross/;
#     print "Matched: &lt;$`&gt; $&amp; &lt;$'&gt;\n";    # Matched: &lt;hot &gt; cross &lt; buns&gt;
#     print "Left:    &lt;$`&gt;\n";            # Left:    &lt;hot &gt;
#     print "Match:   &lt;$&amp;&gt;\n";            # Match:   &lt;cross&gt;
#     print "Right:   &lt;$'&gt;\n";            # Right:   &lt; buns&gt;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    "hot cross buns" =~ /cross/;
#     print "Matched: &lt;$`&gt; $&amp; &lt;$'&gt;\n";    # Matched: &lt;hot &gt; cross &lt; buns&gt;
#     print "Left:    &lt;$`&gt;\n";            # Left:    &lt;hot &gt;
#     print "Match:   &lt;$&amp;&gt;\n";            # Match:   &lt;cross&gt;
#     print "Right:   &lt;$'&gt;\n";            # Right:   &lt; buns&gt;</pre>
# </body></html>
# '

#   Failed test 't/pod/perl_long.src <-perl>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    # a longer piece of code
#     use strict;
# 
#     my $A; # must declare
# 
#     $A++;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    # a longer piece of code
#     use strict;
# 
#     my $A; # must declare
# 
#     $A++;</pre>
# </body></html>
# '

#   Failed test 't/pod/ppi_begin1.src <-ppi>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre># now in full colour!
# $A++;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre># now in full colour!
# $A++;</pre>
# </body></html>
# '

#   Failed test 't/pod/ppi_begin2.src <-ppi>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    # now in verbatim
#     $A++;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    # now in verbatim
#     $A++;</pre>
# </body></html>
# '

#   Failed test 't/pod/ppi_begin3.src <-ppi>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    # now in verbatim
#     $A++;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    # now in verbatim
#     $A++;</pre>
# </body></html>
# '

#   Failed test 't/pod/ppi_for.src <-ppi>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <p>foo</p>
# <pre>$A++; # this works too</pre>
# <p>bar</p>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <p>foo</p>
# <pre>$A++; # this works too</pre>
# <p>bar</p>
# </body></html>
# '

#   Failed test 't/pod/ppi_html.src <-ppi-html>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    "hot cross buns" =~ /cross/;
#     print "Matched: &lt;$`&gt; $&amp; &lt;$'&gt;\n";    # Matched: &lt;hot &gt; cross &lt; buns&gt;
#     print "Left:    &lt;$`&gt;\n";            # Left:    &lt;hot &gt;
#     print "Match:   &lt;$&amp;&gt;\n";            # Match:   &lt;cross&gt;
#     print "Right:   &lt;$'&gt;\n";            # Right:   &lt; buns&gt;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    "hot cross buns" =~ /cross/;
#     print "Matched: &lt;$`&gt; $&amp; &lt;$'&gt;\n";    # Matched: &lt;hot &gt; cross &lt; buns&gt;
#     print "Left:    &lt;$`&gt;\n";            # Left:    &lt;hot &gt;
#     print "Match:   &lt;$&amp;&gt;\n";            # Match:   &lt;cross&gt;
#     print "Right:   &lt;$'&gt;\n";            # Right:   &lt; buns&gt;</pre>
# </body></html>
# '

#   Failed test 't/pod/ppi_long.src <-ppi>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    # a longer piece of code
#     use strict;
# 
#     my $A; # must declare
# 
#     $A++;</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    # a longer piece of code
#     use strict;
# 
#     my $A; # must declare
# 
#     $A++;</pre>
# </body></html>
# '

#   Failed test 't/pod/shell_begin1.src <-shell>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    #!/bin/sh
#     ps | /usr/lib/sendmail -t
#     exit 0</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    #!/bin/sh
#     ps | /usr/lib/sendmail -t
#     exit 0</pre>
# </body></html>
# '

#   Failed test 't/pod/shell_begin2.src <-shell>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    #!/bin/sh
#     ps | /usr/lib/sendmail -t
#     exit 0</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    #!/bin/sh
#     ps | /usr/lib/sendmail -t
#     exit 0</pre>
# </body></html>
# '

#   Failed test 't/pod/shell_for.src <-shell>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>echo "foo"
# </pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>echo "foo"
# </pre>
# </body></html>
# '

#   Failed test 't/pod/wiki_begin1.src <-wiki>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>= my interesting text =
# 
# A NormalLink
# [let the Sun shine|AnExtendedLink]
# 
# == my interesting lists ==
# 
#     * unordered one
#     * unordered two
# 
#     1. ordered one
#     2. ordered two
#                 a. nested one
#                 b. nested two
# 
#     code one
#     code two
# 
# The first line of a normal paragraph.
# The second line of a normal paragraph.  Whee.</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>= my interesting text =
# 
# A NormalLink
# [let the Sun shine|AnExtendedLink]
# 
# == my interesting lists ==
# 
#     * unordered one
#     * unordered two
# 
#     1. ordered one
#     2. ordered two
#                 a. nested one
#                 b. nested two
# 
#     code one
#     code two
# 
# The first line of a normal paragraph.
# The second line of a normal paragraph.  Whee.</pre>
# </body></html>
# '

#   Failed test 't/pod/wiki_begin2.src <-wiki>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>= my interesting text =
# 
# A NormalLink
# [let the Sun shine|AnExtendedLink]
# 
# == my interesting lists ==
# 
#     * unordered one
#     * unordered two
# 
#     1. ordered one
#     2. ordered two
#                 a. nested one
#                 b. nested two
# 
#     code one
#     code two
# 
# The first line of a normal paragraph.
# The second line of a normal paragraph.  Whee.</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>= my interesting text =
# 
# A NormalLink
# [let the Sun shine|AnExtendedLink]
# 
# == my interesting lists ==
# 
#     * unordered one
#     * unordered two
# 
#     1. ordered one
#     2. ordered two
#                 a. nested one
#                 b. nested two
# 
#     code one
#     code two
# 
# The first line of a normal paragraph.
# The second line of a normal paragraph.  Whee.</pre>
# </body></html>
# '

#   Failed test 't/pod/wiki_for.src <-wiki>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>A NormalLink
# [let the Sun shine|AnExtendedLink]</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>A NormalLink
# [let the Sun shine|AnExtendedLink]</pre>
# </body></html>
# '

#   Failed test 't/pod/wikimedia_begin1.src <-wikimedia>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>= my interesting text =
# 
# [[A NormalLink]]
# [[let the Sun shine|AnExtendedLink]]
# 
# == my interesting lists ==
# 
# * unordered one
# * unordered two
# 
# # ordered one
# # ordered two
# ## nested one
# ## nested two
# 
#   code one
#   code two
# 
# The first line of a normal paragraph.
# The second line of a normal paragraph.  Whee.</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>= my interesting text =
# 
# [[A NormalLink]]
# [[let the Sun shine|AnExtendedLink]]
# 
# == my interesting lists ==
# 
# * unordered one
# * unordered two
# 
# # ordered one
# # ordered two
# ## nested one
# ## nested two
# 
#   code one
#   code two
# 
# The first line of a normal paragraph.
# The second line of a normal paragraph.  Whee.</pre>
# </body></html>
# '

#   Failed test 't/pod/wikimedia_begin2.src <-wikimedia>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>= my interesting text =
# 
# A NormalLink
# AnExtendedLink
# 
# == my interesting lists ==
# 
# * unordered one
# * unordered two
# 
# # ordered one
# # ordered two
# ## nested one
# ## nested two
# 
#   code one
#   code two
# 
# The first line of a normal paragraph.
# The second line of a normal paragraph.  Whee.</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>= my interesting text =
# 
# A NormalLink
# AnExtendedLink
# 
# == my interesting lists ==
# 
# * unordered one
# * unordered two
# 
# # ordered one
# # ordered two
# ## nested one
# ## nested two
# 
#   code one
#   code two
# 
# The first line of a normal paragraph.
# The second line of a normal paragraph.  Whee.</pre>
# </body></html>
# '

#   Failed test 't/pod/wikimedia_for.src <-wikimedia>'
#   at t/20builtins.t line 19.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>A NormalLink
# [[let the Sun shine|AnExtendedLink]]</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>A NormalLink
# [[let the Sun shine|AnExtendedLink]]</pre>
# </body></html>
# '
# Looks like you failed 33 tests of 105.
t/20builtins.t .... 
Dubious, test returned 33 (wstat 8448, 0x2100)
Failed 33/105 subtests 
	(less 72 skipped subtests: 0 okay)
t/30perltidy.t .... skipped: Don't know perl
t/distchk.t ....... skipped: Test::Distribution required for checking distribution
t/pod-coverage.t .. ok
t/pod.t ........... ok
t/portfs.t ........ skipped: Test::Portability::Files required for testing filenames portability

Test Summary Report
-------------------
t/11filters.t   (Wstat: 2048 Tests: 8 Failed: 8)
  Failed tests:  1-8
  Non-zero exit status: 8
t/12default.t   (Wstat: 1024 Tests: 6 Failed: 4)
  Failed tests:  3-6
  Non-zero exit status: 4
t/13stack.t     (Wstat: 1024 Tests: 4 Failed: 4)
  Failed tests:  1-4
  Non-zero exit status: 4
t/14indent.t    (Wstat: 512 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
t/20builtins.t  (Wstat: 8448 Tests: 105 Failed: 33)
  Failed tests:  1, 4, 7, 10, 13, 16, 19, 22, 25, 28, 31
                34, 37, 40, 43, 46, 53, 56, 59, 62, 65
                68, 75, 78, 81, 84, 87, 90, 93, 96, 99
                102, 105
  Non-zero exit status: 33
Files=14, Tests=156,  2 wallclock secs ( 0.07 usr  0.03 sys +  1.29 cusr  0.14 csys =  1.53 CPU)
Result: FAIL
Failed 5/14 test programs. 51/156 subtests failed.

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

Prerequisite modules loaded:

requires:

    Module     Need Have
    ---------- ---- ----
    Pod::POM   0.17 0.27
    Test::More 0    0.98


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = C
    LD_LIBRARY_PATH = /usr/local/lib:
    PATH = /export/home/cpant4/perl5/bin:/usr/local/bin:/usr/bin
    PERL5LIB = /export/home/cpant4/.cpan/build/Pod-POM-0.27-RhuGoe/blib/arch:/export/home/cpant4/.cpan/build/Pod-POM-0.27-RhuGoe/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 9086
    PERL5_CPAN_IS_RUNNING = 9086
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 28098,9086
    PERL_CR_SMOKER_CURRENT = Pod-POM-View-HTML-Filter-0.09
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm

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

    $^X = /export/home/cpant4/perl5/bin/perl5.15.4
    $UID/$EUID = 104 / 104
    $GID = 1 1
    $EGID = 1 1

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.112621
    Cwd                 3.37    
    ExtUtils::CBuilder  0.280204
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.57    
    ExtUtils::MakeMaker 6.62    
    ExtUtils::Manifest  1.60    
    ExtUtils::ParseXS   3.05    
    File::Spec          3.34    
    JSON                2.53    
    JSON::PP            2.27200 
    Module::Build       0.39_01 
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4401  
    Test::Harness       3.23    
    Test::More          0.98    
    YAML                0.77    
    YAML::Syck          n/a     
    version             0.95    


--

Summary of my perl5 (revision 5 version 15 subversion 4) configuration:
   
  Platform:
    osname=solaris, osvers=2.10, archname=i86pc-solaris-64int
    uname='sunos vmrz0046 5.10 generic_141445-09 i86pc i386 i86pc solaris '
    config_args='-Dcc=gcc -Dprefix=~/perl5 -Duse64bitint -Dusedevel -d'
    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='gcc', ccflags ='-DPTR_IS_LONG -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV',
    optimize='-O',
    cppflags='-DPTR_IS_LONG -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='3.4.6', gccosandvers='solaris2.10'
    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='gcc', ldflags =' -L/usr/local/lib '
    libpth=/usr/local/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -lgdbm -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
                        PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
  Built under solaris
  Compiled at Oct 24 2011 11:26:38
  %ENV:
    PERL5LIB="/export/home/cpant4/.cpan/build/Pod-POM-0.27-RhuGoe/blib/arch:/export/home/cpant4/.cpan/build/Pod-POM-0.27-RhuGoe/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="9086"
    PERL5_CPAN_IS_RUNNING="9086"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="28098,9086"
    PERL_CR_SMOKER_CURRENT="Pod-POM-View-HTML-Filter-0.09"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /export/home/cpant4/.cpan/build/Pod-POM-0.27-RhuGoe/blib/arch
    /export/home/cpant4/.cpan/build/Pod-POM-0.27-RhuGoe/blib/lib
    /export/home/cpant4/perl5/lib/site_perl/5.15.4/i86pc-solaris-64int
    /export/home/cpant4/perl5/lib/site_perl/5.15.4
    /export/home/cpant4/perl5/lib/5.15.4/i86pc-solaris-64int
    /export/home/cpant4/perl5/lib/5.15.4
    /export/home/cpant4/perl5/lib/site_perl
    .