[perl] 97 $ cd t;./perl harness -v ../ext/Pod-Html/t/feature.t; cd - # Failed test 'misc pod-html features' # at t/pod2html-lib.pl line 82. not ok 1 - misc pod-html features # --- feature_expected.tmp 2015-01-11 10:15:34.234307549 -0500 # +++ /home/jkeenan/gitwork/perl/ext/Pod-Html/t/feature.html 2015-01-11 10:15:34.234307549 -0500 # @@ -21,8 +21,6 @@ # #

A paragraph

# # - # - # some html # #

Another paragraph

# Looks like you failed 1 test of 1. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Test Summary Report ------------------- ../ext/Pod-Html/t/feature.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=1, Tests=1, 0 wallclock secs ( 0.00 usr 0.00 sys + 0.05 cusr 0.01 csys = 0.06 CPU) Result: FAIL /home/jkeenan/gitwork/perl [perl] 98 $ cd t;./perl harness -v ../ext/Pod-Html/t/feature2.t; cd - # Failed test 'misc pod-html features 2' # at t/pod2html-lib.pl line 82. not ok 1 - misc pod-html features 2 # --- feature2_expected.tmp 2015-01-11 10:15:54.278306871 -0500 # +++ /home/jkeenan/gitwork/perl/ext/Pod-Html/t/feature2.html 2015-01-11 10:15:54.278306871 -0500 # @@ -25,8 +25,6 @@ # #

A paragraph

# # - # - # some html # #

Another paragraph

ok 2 - misc pod-html --verbose warnings # Looks like you failed 1 test of 2. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests Test Summary Report ------------------- ../ext/Pod-Html/t/feature2.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=1, Tests=2, 0 wallclock secs ( 0.00 usr 0.00 sys + 0.05 cusr 0.01 csys = 0.06 CPU) Result: FAIL /home/jkeenan/gitwork/perl [perl] 99 $ cd t;./perl harness -v ../ext/Pod-Html/t/htmlview.t; cd - # Failed test 'html rendering' # at t/pod2html-lib.pl line 82. not ok 1 - html rendering # --- htmlview_expected.tmp 2015-01-11 10:16:01.238306635 -0500 # +++ /home/jkeenan/gitwork/perl/ext/Pod-Html/t/htmlview.html 2015-01-11 10:16:01.238306635 -0500 # @@ -172,8 +172,6 @@ # #

TESTING FOR AND BEGIN

# # - # - #
#

# blah blah # @@ -181,11 +179,11 @@ # #

intermediate text

# # - # - # # HTML # -some text # + # + # +some text # #

TESTING URLs hyperlinking

# # Looks like you failed 1 test of 1. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Test Summary Report ------------------- ../ext/Pod-Html/t/htmlview.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=1, Tests=1, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.06 cusr 0.01 csys = 0.08 CPU) Result: FAIL /home/jkeenan/gitwork/perl