Pod-POM-View-HTML-Filter v0.09 Perl 5 v5.30.0 x86_64-linux-ld

Status
Fail
From
Andreas J. König (ANDK)
Dist
Pod-POM-View-HTML-Filter v0.09
Platform
Perl 5 v5.30.0 x86_64-linux-ld
Date
2019-09-15 02:01:36
ID
bfc23f10-d75c-11e9-a135-3d9f5ee73236
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.30.0, created by CPAN-Reporter-1.2018.

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 '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/tmp/basesmoker-reloperl-EFHm/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing Pod::POM::View::HTML::Filter 0.09
t/00load.t ........ ok
# Printing versions of relevant modules
# Syntax::Highlight::HTML 0.04
# Perl::Tidy 20190601
# Text::WikiFormat 0.81
# PPI::HTML 1.08
# Syntax::Highlight::Engine::Kate 0.14
# Text::MediawikiFormat 1.04
# PPI 1.270
# Syntax::Highlight::Shell 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 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<h1>accusantium si"...
#       length: 669
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<h1>accusantium sit"...
#       length: 674
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_begin1.src <+html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><span class=""...
#       length: 337
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><span class="h"...
#       length: 335
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_begin1.src <+html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><span class=""...
#       length: 337
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><span class="h"...
#       length: 335
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_begin1.src <-html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>&lt;b&gt;esca"...
#       length: 100
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>&lt;b&gt;escap"...
#       length: 98
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_begin2.src <+html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 491
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 489
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_begin2.src <+html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 491
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 489
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_begin2.src <-html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    &lt;!-- n"...
#       length: 148
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    &lt;!-- no"...
#       length: 146
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_begin3.src <+html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 706
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 704
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_begin3.src <+html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 706
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 704
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_begin3.src <-html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    &lt;!-- a"...
#       length: 205
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    &lt;!-- a "...
#       length: 203
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_begin4.src <+html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 702
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 700
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_begin4.src <+html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 702
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 700
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_begin4.src <-html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    &lt;!-- a"...
#       length: 201
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    &lt;!-- a "...
#       length: 199
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_for.src <+html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><span class=""...
#       length: 241
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><span class="h"...
#       length: 239
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_for.src <+html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><span class=""...
#       length: 241
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><span class="h"...
#       length: 239
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_for.src <-html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>&lt;b&gt;bold"...
#       length: 84
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>&lt;b&gt;bold&"...
#       length: 82
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_list.src <+html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 849
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 847
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_list.src <+html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 849
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 847
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_list.src <-html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    &lt;p&gt;"...
#       length: 217
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    &lt;p&gt;T"...
#       length: 215
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_nnn.src <+html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><span class=""...
#       length: 744
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><span class="h"...
#       length: 742
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_nnn.src <+html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><span class=""...
#       length: 744
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><span class="h"...
#       length: 742
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/html_nnn.src <-html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>&lt;p&gt;line"...
#       length: 146
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>&lt;p&gt;line "...
#       length: 144
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/kate_diff.src <+kate>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    Index: li"...
#       length: 750
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    Index: lib"...
#       length: 748
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/kate_diff.src <+kate> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    Index: li"...
#       length: 750
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    Index: lib"...
#       length: 748
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/kate_diff.src <-kate>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    Index: li"...
#       length: 442
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    Index: lib"...
#       length: 440
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/kate_fortran.src <+kate>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    ! Exemple"...
#       length: 1081
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    ! Exemple "...
#       length: 1079
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/kate_fortran.src <+kate> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    ! Exemple"...
#       length: 1081
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    ! Exemple "...
#       length: 1079
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/kate_fortran.src <-kate>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    ! Exemple"...
#       length: 315
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    ! Exemple "...
#       length: 313
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/kate_fortran_for.src <+kate>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><span class=""...
#       length: 211
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><span class="k"...
#       length: 209
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/kate_fortran_for.src <+kate> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><span class=""...
#       length: 211
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><span class="k"...
#       length: 209
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/kate_fortran_for.src <-kate>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>10 PRINT *, '"...
#       length: 88
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>10 PRINT *, 'H"...
#       length: 86
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/kate_ldif.src <+kate>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>  <span class"...
#       length: 1445
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>  <span class="...
#       length: 1327
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/kate_ldif.src <+kate> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>  <span class"...
#       length: 1445
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>  <span class="...
#       length: 1327
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/kate_ldif.src <-kate>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>  # debut\x{0a}  d"...
#       length: 242
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>  # debut\x{0a}  dn"...
#       length: 240
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_begin1.src <+perl>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><span class=""...
#       length: 157
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><span class="c"...
#       length: 155
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_begin1.src <+perl> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><span class=""...
#       length: 157
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><span class="c"...
#       length: 155
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_begin1.src <-perl>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre># now in full"...
#       length: 87
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre># now in full "...
#       length: 85
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_begin2.src <+perl>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 161
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 159
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_begin2.src <+perl> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 161
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 159
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_begin2.src <-perl>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    # now in "...
#       length: 91
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    # now in v"...
#       length: 89
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_begin3.src <+perl>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>       1 <spa"...
#       length: 171
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>       1 <span"...
#       length: 169
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_begin3.src <+perl> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>       1 <spa"...
#       length: 171
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>       1 <span"...
#       length: 169
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_begin3.src <-perl>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    # now in "...
#       length: 91
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    # now in v"...
#       length: 89
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_for.src <+perl>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<p>foo</p>\x{0a}<pre><s"...
#       length: 174
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<p>foo</p>\x{0a}<pre><sp"...
#       length: 172
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_for.src <+perl> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<p>foo</p>\x{0a}<pre><s"...
#       length: 174
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<p>foo</p>\x{0a}<pre><sp"...
#       length: 172
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_for.src <-perl>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<p>foo</p>\x{0a}<pre>$A"...
#       length: 104
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<p>foo</p>\x{0a}<pre>$A+"...
#       length: 102
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_html.src <+perl+html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 6411
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 6409
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_html.src <+perl+html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 6411
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 6409
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_html.src <+perl-html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    "hot cros"...
#       length: 408
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    "hot cross"...
#       length: 406
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_html.src <+perl-html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    "hot cros"...
#       length: 408
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    "hot cross"...
#       length: 406
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_html.src <-perl+html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    "hot cros"...
#       length: 408
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    "hot cross"...
#       length: 406
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_html.src <-perl+html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    "hot cros"...
#       length: 408
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    "hot cross"...
#       length: 406
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_html.src <-perl-html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    "hot cros"...
#       length: 408
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    "hot cross"...
#       length: 406
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_long.src <+perl>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 375
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 373
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_long.src <+perl> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 375
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 373
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/perl_long.src <-perl>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    # a longe"...
#       length: 142
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    # a longer"...
#       length: 140
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_begin1.src <+ppi>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><span class=""...
#       length: 205
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><span class="c"...
#       length: 203
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_begin1.src <+ppi> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><span class=""...
#       length: 205
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><span class="c"...
#       length: 203
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_begin1.src <-ppi>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre># now in full"...
#       length: 87
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre># now in full "...
#       length: 85
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_begin2.src <+ppi>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 209
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 207
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_begin2.src <+ppi> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 209
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 207
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_begin2.src <-ppi>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    # now in "...
#       length: 91
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    # now in v"...
#       length: 89
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_begin3.src <+ppi>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 281
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 279
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_begin3.src <+ppi> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 281
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 279
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_begin3.src <-ppi>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    # now in "...
#       length: 91
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    # now in v"...
#       length: 89
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_for.src <+ppi>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<p>foo</p>\x{0a}<pre><s"...
#       length: 222
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<p>foo</p>\x{0a}<pre><sp"...
#       length: 220
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_for.src <+ppi> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<p>foo</p>\x{0a}<pre><s"...
#       length: 222
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<p>foo</p>\x{0a}<pre><sp"...
#       length: 220
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_for.src <-ppi>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<p>foo</p>\x{0a}<pre>$A"...
#       length: 104
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<p>foo</p>\x{0a}<pre>$A+"...
#       length: 102
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_html.src <+ppi+html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 6697
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 6695
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_html.src <+ppi+html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 6697
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 6695
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_html.src <+ppi-html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    "hot cros"...
#       length: 408
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    "hot cross"...
#       length: 406
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_html.src <+ppi-html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    "hot cros"...
#       length: 408
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    "hot cross"...
#       length: 406
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_html.src <-ppi+html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    "hot cros"...
#       length: 408
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    "hot cross"...
#       length: 406
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_html.src <-ppi+html> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    "hot cros"...
#       length: 408
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    "hot cross"...
#       length: 406
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_html.src <-ppi-html>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    "hot cros"...
#       length: 408
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    "hot cross"...
#       length: 406
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_long.src <+ppi>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 465
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 463
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_long.src <+ppi> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    <span cla"...
#       length: 465
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    <span clas"...
#       length: 463
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/ppi_long.src <-ppi>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    # a longe"...
#       length: 142
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    # a longer"...
#       length: 140
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/shell_begin1.src <-shell>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    #!/bin/sh"...
#       length: 114
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    #!/bin/sh\x{0a}"...
#       length: 112
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/shell_begin2.src <-shell>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>    #!/bin/sh"...
#       length: 114
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>    #!/bin/sh\x{0a}"...
#       length: 112
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/shell_for.src <-shell>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>echo "foo"\x{0a}</"...
#       length: 71
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>echo "foo"\x{0a}</p"...
#       length: 69
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wiki_begin1.src <+wiki>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<h1>my interesting"...
#       length: 562
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<h1>my interesting "...
#       length: 568
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wiki_begin1.src <+wiki> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<h1>my interesting"...
#       length: 562
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<h1>my interesting "...
#       length: 568
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wiki_begin1.src <-wiki>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>= my interest"...
#       length: 412
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>= my interesti"...
#       length: 410
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wiki_begin2.src <+wiki>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<h1>my interesting"...
#       length: 551
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<h1>my interesting "...
#       length: 557
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wiki_begin2.src <+wiki> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<h1>my interesting"...
#       length: 551
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<h1>my interesting "...
#       length: 557
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wiki_begin2.src <-wiki>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>= my interest"...
#       length: 412
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>= my interesti"...
#       length: 410
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wiki_for.src <+wiki>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<p>A <a href="Norm"...
#       length: 153
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<p>A <a href="Norma"...
#       length: 151
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wiki_for.src <+wiki> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<p>A <a href="Norm"...
#       length: 153
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<p>A <a href="Norma"...
#       length: 151
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wiki_for.src <-wiki>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>A NormalLink\x{0a}"...
#       length: 107
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>A NormalLink\x{0a}["...
#       length: 105
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wikimedia_begin1.src <+wikimedia>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<a name='my%20inte"...
#       length: 573
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<a name='my%20inter"...
#       length: 571
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wikimedia_begin1.src <+wikimedia> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<a name='my%20inte"...
#       length: 573
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<a name='my%20inter"...
#       length: 571
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wikimedia_begin1.src <-wikimedia>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>= my interest"...
#       length: 364
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>= my interesti"...
#       length: 362
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wikimedia_begin2.src <+wikimedia>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<a name='my%20inte"...
#       length: 560
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<a name='my%20inter"...
#       length: 558
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wikimedia_begin2.src <+wikimedia> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<a name='my%20inte"...
#       length: 560
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<a name='my%20inter"...
#       length: 558
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wikimedia_begin2.src <-wikimedia>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>= my interest"...
#       length: 338
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>= my interesti"...
#       length: 336
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wikimedia_for.src <+wikimedia>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<p>A <a href='Norm"...
#       length: 147
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<p>A <a href='Norma"...
#       length: 145
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wikimedia_for.src <+wikimedia> (2nd run)'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<p>A <a href='Norm"...
#       length: 147
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<p>A <a href='Norma"...
#       length: 145
#     strings begin to differ at char 7 (line 1 column 7)

#   Failed test 't/pod/wikimedia_for.src <-wikimedia>'
#   at t/20builtins.t line 16.
#          got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre>A NormalLink\x{0a}"...
#       length: 109
#     expected: "<html><body bgcolor="#ffffff">\x{0a}<pre>A NormalLink\x{0a}["...
#       length: 107
#     strings begin to differ at char 7 (line 1 column 7)
# Looks like you failed 99 tests of 105.
t/20builtins.t .... 
Dubious, test returned 99 (wstat 25344, 0x6300)
Failed 99/105 subtests 
	(less 6 skipped subtests: 0 okay)

#   Failed test 'Correct output'
#   at t/30perltidy.t line 24.
#          got: '<html>
# <body bgcolor="#ffffff">
# <pre>    <span class="i">$A</span>++</pre>
# </body>
# </html>
# '
#     expected: '<html><body bgcolor="#ffffff">
# <pre>    <span class="i">$A</span>++</pre>
# </body></html>
# '
# Looks like you failed 1 test of 2.
t/30perltidy.t .... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests 

#   Failed test 'POD test for blib/lib/Pod/POM/View/HTML/Filter.pm'
#   at /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.30.0/ca05/lib/site_perl/5.30.0/Test/Distribution.pm line 144.
# blib/lib/Pod/POM/View/HTML/Filter.pm (1164): Non-ASCII character seen before =encoding in 'Sébastien'. Assuming CP1252
# Looks like you failed 1 test of 10.
t/distchk.t ....... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/10 subtests 
	(less 1 skipped subtest: 8 okay)
t/pod-coverage.t .. ok

#   Failed test 'POD test for blib/lib/Pod/POM/View/HTML/Filter.pm'
#   at /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.30.0/ca05/lib/site_perl/5.30.0/Test/Pod.pm line 184.
# blib/lib/Pod/POM/View/HTML/Filter.pm (1164): Non-ASCII character seen before =encoding in 'Sébastien'. Assuming CP1252
# Looks like you failed 1 test of 1.
t/pod.t ........... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
t/portfs.t ........ ok

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: 25344 Tests: 105 Failed: 99)
  Failed tests:  1-78, 81, 84, 87-105
  Non-zero exit status: 99
t/30perltidy.t  (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/distchk.t     (Wstat: 256 Tests: 10 Failed: 1)
  Failed test:  5
  Non-zero exit status: 1
t/pod.t         (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=14, Tests=169,  6 wallclock secs ( 0.04 usr  0.09 sys +  3.92 cusr  1.89 csys =  5.94 CPU)
Result: FAIL
Failed 8/14 test programs. 120/169 subtests failed.
Makefile:845: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    Pod::POM            0.17 2.01    
    Test::More          0    1.302168

build_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 0    7.36    


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    PATH = /home/sand/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/perl/bin:/usr/X11/bin
    PERL = /tmp/basesmoker-reloperl-EFHm/bin/perl
    PERL5LIB = /tmp/loop_over_bdir-11968-uN1oT2/Device-Kiln-0.03-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Device-Kiln-0.03-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/LCFG-Build-Skeleton-0.5.0-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/LCFG-Build-Skeleton-0.5.0-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/ProjectBuilder-0.14.1-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/ProjectBuilder-0.14.1-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/CGI-Application-NetNewsIface-0.0204-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/CGI-Application-NetNewsIface-0.0204-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/CORBA-XS-0.63-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/CORBA-XS-0.63-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Net-OpenVPN-DDNS-0.1-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Net-OpenVPN-DDNS-0.1-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/js-app-0.13-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/js-app-0.13-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Debian-Packages-0.03-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Debian-Packages-0.03-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/App-rmcd-0.280-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/App-rmcd-0.280-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/mmds-1.902-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/mmds-1.902-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Captive-Portal-4.10-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Captive-Portal-4.10-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/ppt-0.14-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/ppt-0.14-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Lingua-BioYaTeA-0.11-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Lingua-BioYaTeA-0.11-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/dta-tokwrap-0.90-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/dta-tokwrap-0.90-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/triceps-2.1.0-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/triceps-2.1.0-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Lemonldap-NG-Cli-0.2-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Lemonldap-NG-Cli-0.2-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/OSDial-3.0.2.124-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/OSDial-3.0.2.124-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/LiquidWeb-Storm-CLI-1.03-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/LiquidWeb-Storm-CLI-1.03-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/BuzzSaw-0.12.0-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/BuzzSaw-0.12.0-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/EJBCA-CrlPublish-0.60-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/EJBCA-CrlPublish-0.60-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/downsexta-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/downsexta-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Schema-RDBMS-AUS-0.04-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Schema-RDBMS-AUS-0.04-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/DBIx-Migration-Directories-0.12-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/DBIx-Migration-Directories-0.12-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Business-Shipping-DataFiles-1.02-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Linux-InitFS-0.2-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Linux-InitFS-0.2-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Sysync-0.35-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Sysync-0.35-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/perl-Hardware-UPS-Perl-0.43-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/perl-Hardware-UPS-Perl-0.43-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/MP3-PodcastFetch-1.05-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/MP3-PodcastFetch-1.05-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/shishi-0.0.1-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/shishi-0.0.1-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/AllKnowingDNS-1.7-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/AllKnowingDNS-1.7-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Serge-1.4-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Serge-1.4-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Dpkg-1.19.7-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Dpkg-1.19.7-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Prima-prigraph-win32-1.06-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Prima-prigraph-win32-1.06-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 11976
    PERL5_CPAN_IS_RUNNING = 11976
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/bin/zsh
    TERM = screen

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

    $^X = /tmp/basesmoker-reloperl-EFHm/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.27    
    CPAN::Meta          2.150010
    Cwd                 3.78    
    ExtUtils::CBuilder  0.280231
    ExtUtils::Command   7.36    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.36    
    ExtUtils::Manifest  1.72    
    ExtUtils::ParseXS   3.40    
    File::Spec          3.78    
    JSON                4.02    
    JSON::PP            4.04    
    Module::Build       0.4229  
    Module::Signature   0.83    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302168
    YAML                1.29    
    YAML::Syck          1.31    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 30 subversion 0) configuration:
  Commit id: 44523d1ffde5f23de2e13216cdbac46357631904
  Platform:
    osname=linux
    osvers=4.15.0-58-generic
    archname=x86_64-linux-ld
    uname='linux k93bionic 4.15.0-58-generic #64-ubuntu smp tue aug 6 11:12:41 utc 2019 x86_64 x86_64 x86_64 gnulinux '
    config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.30.0/ca05 -Dmyhostname=k93bionic -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Uuseithreads -Duselongdouble -DEBUGGING=-g'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=define
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    optimize='-O2 -g'
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='7.4.0'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='long double'
    nvsize=16
    Off_t='off_t'
    lseeksize=8
    alignbytes=16
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.27.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.27'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E'
    cccdlflags='-fPIC'
    lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_LONG_DOUBLE
    USE_PERLIO
    USE_PERL_ATOF
  Built under linux
  Compiled at Sep  7 2019 19:20:40
  %ENV:
    PERL="/tmp/basesmoker-reloperl-EFHm/bin/perl"
    PERL5LIB="/tmp/loop_over_bdir-11968-uN1oT2/Device-Kiln-0.03-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Device-Kiln-0.03-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/LCFG-Build-Skeleton-0.5.0-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/LCFG-Build-Skeleton-0.5.0-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/ProjectBuilder-0.14.1-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/ProjectBuilder-0.14.1-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/CGI-Application-NetNewsIface-0.0204-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/CGI-Application-NetNewsIface-0.0204-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/CORBA-XS-0.63-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/CORBA-XS-0.63-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Net-OpenVPN-DDNS-0.1-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Net-OpenVPN-DDNS-0.1-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/js-app-0.13-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/js-app-0.13-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Debian-Packages-0.03-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Debian-Packages-0.03-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/App-rmcd-0.280-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/App-rmcd-0.280-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/mmds-1.902-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/mmds-1.902-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Captive-Portal-4.10-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Captive-Portal-4.10-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/ppt-0.14-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/ppt-0.14-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Lingua-BioYaTeA-0.11-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Lingua-BioYaTeA-0.11-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/dta-tokwrap-0.90-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/dta-tokwrap-0.90-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/triceps-2.1.0-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/triceps-2.1.0-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Lemonldap-NG-Cli-0.2-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Lemonldap-NG-Cli-0.2-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/OSDial-3.0.2.124-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/OSDial-3.0.2.124-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/LiquidWeb-Storm-CLI-1.03-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/LiquidWeb-Storm-CLI-1.03-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/BuzzSaw-0.12.0-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/BuzzSaw-0.12.0-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/EJBCA-CrlPublish-0.60-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/EJBCA-CrlPublish-0.60-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/downsexta-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/downsexta-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Schema-RDBMS-AUS-0.04-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Schema-RDBMS-AUS-0.04-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/DBIx-Migration-Directories-0.12-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/DBIx-Migration-Directories-0.12-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Business-Shipping-DataFiles-1.02-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Linux-InitFS-0.2-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Linux-InitFS-0.2-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Sysync-0.35-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Sysync-0.35-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/perl-Hardware-UPS-Perl-0.43-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/perl-Hardware-UPS-Perl-0.43-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/MP3-PodcastFetch-1.05-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/MP3-PodcastFetch-1.05-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/shishi-0.0.1-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/shishi-0.0.1-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/AllKnowingDNS-1.7-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/AllKnowingDNS-1.7-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Serge-1.4-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Serge-1.4-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Dpkg-1.19.7-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Dpkg-1.19.7-0/blib/lib:/tmp/loop_over_bdir-11968-uN1oT2/Prima-prigraph-win32-1.06-0/blib/arch:/tmp/loop_over_bdir-11968-uN1oT2/Prima-prigraph-win32-1.06-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="11976"
    PERL5_CPAN_IS_RUNNING="11976"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /tmp/loop_over_bdir-11968-uN1oT2/Device-Kiln-0.03-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Device-Kiln-0.03-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/LCFG-Build-Skeleton-0.5.0-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/LCFG-Build-Skeleton-0.5.0-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/ProjectBuilder-0.14.1-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/ProjectBuilder-0.14.1-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/CGI-Application-NetNewsIface-0.0204-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/CGI-Application-NetNewsIface-0.0204-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/CORBA-XS-0.63-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/CORBA-XS-0.63-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Net-OpenVPN-DDNS-0.1-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Net-OpenVPN-DDNS-0.1-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/js-app-0.13-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/js-app-0.13-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Debian-Packages-0.03-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Debian-Packages-0.03-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/App-rmcd-0.280-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/App-rmcd-0.280-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/mmds-1.902-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/mmds-1.902-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Captive-Portal-4.10-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Captive-Portal-4.10-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/ppt-0.14-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/ppt-0.14-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Lingua-BioYaTeA-0.11-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Lingua-BioYaTeA-0.11-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Lingua-YaTeA-0.626-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Lingua-YaTeA-0.626-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/dta-tokwrap-0.90-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/dta-tokwrap-0.90-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/triceps-2.1.0-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/triceps-2.1.0-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Lemonldap-NG-Cli-0.2-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Lemonldap-NG-Cli-0.2-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/OSDial-3.0.2.124-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/OSDial-3.0.2.124-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/LiquidWeb-Storm-CLI-1.03-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/LiquidWeb-Storm-CLI-1.03-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/BuzzSaw-0.12.0-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/BuzzSaw-0.12.0-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/EJBCA-CrlPublish-0.60-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/EJBCA-CrlPublish-0.60-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/downsexta-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/downsexta-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Schema-RDBMS-AUS-0.04-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Schema-RDBMS-AUS-0.04-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/DBIx-Migration-Directories-0.12-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/DBIx-Migration-Directories-0.12-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Business-Shipping-DataFiles-1.02-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Business-Shipping-DataFiles-1.02-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Linux-InitFS-0.2-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Linux-InitFS-0.2-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Sysync-0.35-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Sysync-0.35-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/perl-Hardware-UPS-Perl-0.43-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/perl-Hardware-UPS-Perl-0.43-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/MP3-PodcastFetch-1.05-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/MP3-PodcastFetch-1.05-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/shishi-0.0.1-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/shishi-0.0.1-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/AllKnowingDNS-1.7-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/AllKnowingDNS-1.7-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Serge-1.4-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Serge-1.4-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Dpkg-1.19.7-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Dpkg-1.19.7-0/blib/lib
    /tmp/loop_over_bdir-11968-uN1oT2/Prima-prigraph-win32-1.06-0/blib/arch
    /tmp/loop_over_bdir-11968-uN1oT2/Prima-prigraph-win32-1.06-0/blib/lib
    /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.30.0/ca05/lib/site_perl/5.30.0/x86_64-linux-ld
    /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.30.0/ca05/lib/site_perl/5.30.0
    /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.30.0/ca05/lib/5.30.0/x86_64-linux-ld
    /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.30.0/ca05/lib/5.30.0
    .