Pod-POM-View-HTML-Filter v0.09 Perl 5 v5.12.0 i686-linux-thread-multi
- Status
- Fail
- From
- Serguei Trouchelle (STRO)
- Dist
-
Pod-POM-View-HTML-Filter v0.09
- Platform
- Perl 5 v5.12.0 i686-linux-thread-multi
- Date
- 2010-06-11 19:30:41
- ID
- d21c0832-758f-11df-901b-e83b32f0e683
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.12.0, created by CPAN-Reporter-1.1711.
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 'C:\home\stro\perl5120\bin\perl.exe ./Build test':
# Testing Pod::POM::View::HTML::Filter 0.09
t\00load.t ........ ok
# Printing versions of relevant modules
# PPI 1.212
# Syntax::Highlight::Engine::Kate 0.06
# Text::WikiFormat 0.79
# PPI::HTML 1.08
# Syntax::Highlight::Shell not installed
# Perl::Tidy 20090616
# Syntax::Highlight::HTML 0.04
# Text::MediawikiFormat v1.0
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 15.
# 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
# Failed test 't\pod\html_begin1.src <+html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_begin1.src <+html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_begin1.src <-html>'
# at t\20builtins.t line 15.
# got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><b>esca"...
# length: 100
# expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><b>escap"...
# length: 98
# strings begin to differ at char 7
# Failed test 't\pod\html_begin2.src <+html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_begin2.src <+html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_begin2.src <-html>'
# at t\20builtins.t line 15.
# got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre> <!-- n"...
# length: 148
# expected: "<html><body bgcolor="#ffffff">\x{0a}<pre> <!-- no"...
# length: 146
# strings begin to differ at char 7
# Failed test 't\pod\html_begin3.src <+html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_begin3.src <+html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_begin3.src <-html>'
# at t\20builtins.t line 15.
# got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre> <!-- a"...
# length: 205
# expected: "<html><body bgcolor="#ffffff">\x{0a}<pre> <!-- a "...
# length: 203
# strings begin to differ at char 7
# Failed test 't\pod\html_begin4.src <+html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_begin4.src <+html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_begin4.src <-html>'
# at t\20builtins.t line 15.
# got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre> <!-- a"...
# length: 201
# expected: "<html><body bgcolor="#ffffff">\x{0a}<pre> <!-- a "...
# length: 199
# strings begin to differ at char 7
# Failed test 't\pod\html_for.src <+html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_for.src <+html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_for.src <-html>'
# at t\20builtins.t line 15.
# got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><b>bold"...
# length: 84
# expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><b>bold&"...
# length: 82
# strings begin to differ at char 7
# Failed test 't\pod\html_list.src <+html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_list.src <+html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_list.src <-html>'
# at t\20builtins.t line 15.
# got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre> <p>"...
# length: 217
# expected: "<html><body bgcolor="#ffffff">\x{0a}<pre> <p>T"...
# length: 215
# strings begin to differ at char 7
# Failed test 't\pod\html_nnn.src <+html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_nnn.src <+html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\html_nnn.src <-html>'
# at t\20builtins.t line 15.
# got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre><p>line"...
# length: 146
# expected: "<html><body bgcolor="#ffffff">\x{0a}<pre><p>line "...
# length: 144
# strings begin to differ at char 7
# Failed test 't\pod\kate_diff.src <+kate>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\kate_diff.src <+kate> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\kate_diff.src <-kate>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\kate_fortran.src <+kate>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\kate_fortran.src <+kate> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\kate_fortran.src <-kate>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\kate_fortran_for.src <+kate>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\kate_fortran_for.src <+kate> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\kate_fortran_for.src <-kate>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\kate_ldif.src <+kate>'
# at t\20builtins.t line 15.
# got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre> <span class"...
# length: 1539
# expected: "<html><body bgcolor="#ffffff">\x{0a}<pre> <span class="...
# length: 1327
# strings begin to differ at char 7
# Failed test 't\pod\kate_ldif.src <+kate> (2nd run)'
# at t\20builtins.t line 15.
# got: "<html>\x{0a}<body bgcolor="#ffffff">\x{0a}<pre> <span class"...
# length: 1539
# expected: "<html><body bgcolor="#ffffff">\x{0a}<pre> <span class="...
# length: 1327
# strings begin to differ at char 7
# Failed test 't\pod\kate_ldif.src <-kate>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_begin1.src <+perl>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_begin1.src <+perl> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_begin1.src <-perl>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_begin2.src <+perl>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_begin2.src <+perl> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_begin2.src <-perl>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_begin3.src <+perl>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_begin3.src <+perl> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_begin3.src <-perl>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_for.src <+perl>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_for.src <+perl> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_for.src <-perl>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_html.src <+perl+html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_html.src <+perl+html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_html.src <+perl-html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_html.src <+perl-html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_html.src <-perl+html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_html.src <-perl+html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_html.src <-perl-html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_long.src <+perl>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_long.src <+perl> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\perl_long.src <-perl>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_begin1.src <+ppi>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_begin1.src <+ppi> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_begin1.src <-ppi>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_begin2.src <+ppi>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_begin2.src <+ppi> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_begin2.src <-ppi>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_begin3.src <+ppi>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_begin3.src <+ppi> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_begin3.src <-ppi>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_for.src <+ppi>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_for.src <+ppi> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_for.src <-ppi>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_html.src <+ppi+html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_html.src <+ppi+html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_html.src <+ppi-html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_html.src <+ppi-html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_html.src <-ppi+html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_html.src <-ppi+html> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_html.src <-ppi-html>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_long.src <+ppi>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_long.src <+ppi> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\ppi_long.src <-ppi>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\shell_begin1.src <-shell>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\shell_begin2.src <-shell>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\shell_for.src <-shell>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wiki_begin1.src <+wiki>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wiki_begin1.src <+wiki> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wiki_begin1.src <-wiki>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wiki_begin2.src <+wiki>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wiki_begin2.src <+wiki> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wiki_begin2.src <-wiki>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wiki_for.src <+wiki>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wiki_for.src <+wiki> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wiki_for.src <-wiki>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wikimedia_begin1.src <+wikimedia>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wikimedia_begin1.src <+wikimedia> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wikimedia_begin1.src <-wikimedia>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wikimedia_begin2.src <+wikimedia>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wikimedia_begin2.src <+wikimedia> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wikimedia_begin2.src <-wikimedia>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wikimedia_for.src <+wikimedia>'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wikimedia_for.src <+wikimedia> (2nd run)'
# at t\20builtins.t line 15.
# 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
# Failed test 't\pod\wikimedia_for.src <-wikimedia>'
# at t\20builtins.t line 15.
# 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
# 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
t\distchk.t ....... ok
t\pod-coverage.t .. ok
t\pod.t ........... ok
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
Files=14, Tests=169, 49 wallclock secs ( 0.17 usr + 0.16 sys = 0.33 CPU)
Result: FAIL
Failed 6/14 test programs. 118/169 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
---------- ---- -------
Pod::POM 0.17 0.27
Test::More 0 0.95_02
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
INCLUDE = C:\Program Files\Microsoft Visual Studio\VC98\atl\include;C:\Program Files\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Microsoft Visual Studio\VC98\include
LIB = C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files\Microsoft Visual Studio\VC98\lib
NUMBER_OF_PROCESSORS = 1
PATH = C:\Program Files\Far2\;C:\Program Files\CollabNet\Subversion Client;C:\usr\site\bin;C:\usr\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin;%CommonProgramFiles%\Microsoft Shared\Windows Live
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 5000
PERL5_CPAN_IS_RUNNING = 5000
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 2384,5000
PERL_CR_SMOKER_CURRENT = Pod-POM-View-HTML-Filter-0.09
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PROCESSOR_IDENTIFIER = x86 Family 15 Model 44 Stepping 2, AuthenticAMD
TEMP = C:\DOCUME~1\root\LOCALS~1\Temp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\home\stro\perl5120\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = WinXP/.Net
Win32::GetOSVersion = Service Pack 3, 5, 1, 2600, 2, 3, 0, 256, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 1
Perl module toolchain versions installed:
Module Have
------------------- -------
CPAN 1.94_57
Cwd 3.31
ExtUtils::CBuilder 0.2703
ExtUtils::Command 1.16
ExtUtils::Install 1.54
ExtUtils::MakeMaker 6.56
ExtUtils::Manifest 1.58
ExtUtils::ParseXS 2.2205
File::Spec 3.31
Module::Build 0.36_08
Module::Signature n/a
Test::Harness 3.21
Test::More 0.95_02
YAML 0.71
YAML::Syck 1.09
version 0.82
--
Summary of my perl5 (revision 5 version 12 subversion 0) configuration:
Platform:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cl', ccflags ='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX',
optimize='-MD -Zi -DNDEBUG -O1',
cppflags='-DWIN32'
ccversion='12.00.8168', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf -libpath:"c:\home\stro\perl5120\lib\CORE" -machine:x86'
libpth=\lib
libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib comctl32.lib msvcrt.lib
perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib comctl32.lib msvcrt.lib
libc=msvcrt.lib, so=dll, useshrplib=true, libperl=perl512.lib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"c:\home\stro\perl5120\lib\CORE" -machine:x86'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
Built under MSWin32
Compiled at Apr 25 2010 18:24:36
%ENV:
PERL5_CPANPLUS_IS_RUNNING="5000"
PERL5_CPAN_IS_RUNNING="5000"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="2384,5000"
PERL_CR_SMOKER_CURRENT="Pod-POM-View-HTML-Filter-0.09"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
C:/home/stro/perl5120/site/lib
C:/home/stro/perl5120/lib
.