Read the new tutorial... hmm PodSAX provider looks like an interesting
way to render the standard perldoc stuff... off to CPAN.
Oops!! Looks like it requires Pod::SAX - too bad the dependency wasn't
there :) Back to CPAN again...
Wow.. Pod::SAX fails quite a number of its tests. Gets '' where it
expects something more complex. Wonder if there's a problem running
this under Perl 5.8.0? Any thoughts?
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/00basic.........ok
t/01parse_fh......# Failed test 2 in t/01parse_fh.t at line 16
# Test 3 got: '' (t/01parse_fh.t at line 18)
# Expected: qr{(?s-xim:<pod>.*</pod>)} (Matches basic pod outline)
FAILED tests 2-3
Failed 2/3 tests, 33.33% okay
t/02parse_str.....# Failed test 3 in t/02parse_str.t at line 17
# Test 4 got: '' (t/02parse_str.t at line 19)
# Expected: qr{(?s-xim:<pod>.*</pod>)} (Matches basic pod outline)
FAILED tests 3-4
Failed 2/4 tests, 50.00% okay
t/03parse_file....# Failed test 2 in t/03parse_file.t at line 15
# Test 3 got: '' (t/03parse_file.t at line 17)
# Expected: qr{(?s-xim:<pod>.*</pod>)} (Matches basic pod outline)
FAILED tests 2-3
Failed 2/3 tests, 33.33% okay
t/10item..........# Failed test 3 in t/10item.t at line 17
# Test 4 got: '' (t/10item.t at line 19)
# Expected: qr{(?s-xim:<pod>.*</pod>)} (Matches basic pod outline)
FAILED tests 3-4
Failed 2/4 tests, 50.00% okay
t/11verbatim......# Failed test 3 in t/11verbatim.t at line 17
# Test 4 got: '' (t/11verbatim.t at line 19)
# Expected: qr{(?s-xim:<pod>.*</pod>)} (Matches basic pod outline)
FAILED tests 3-4
Failed 2/4 tests, 50.00% okay
t/12sequence......# Failed test 3 in t/12sequence.t at line 17
# Test 4 got: '' (t/12sequence.t at line 19)
# Expected: qr{(?s-xim:<pod>.*</pod>)} (Matches basic pod outline)
FAILED tests 3-4
Failed 2/4 tests, 50.00% okay
t/13nomarkup......# Failed test 3 in t/13nomarkup.t at line 17
# Test 4 got: '' (t/13nomarkup.t at line 19)
# Expected: qr{(?s-xim:<pod>.*</pod>)} (Matches basic pod outline)
FAILED tests 3-4
Failed 2/4 tests, 50.00% okay
t/14target........# Failed test 2 in t/14target.t at line 15
# Test 3 got: '' (t/14target.t at line 17)
# Expected: qr{(?s-xim:<pod>.*</pod>)} (Matches basic pod outline)
# Test 4 got: '' (t/14target.t at line 18)
# Expected: qr{(?-xism:<link)} (Contains a link)
# Test 5 got: '' (t/14target.t at line 19)
# Expected: qr{(?-xism:<xlink\s+href=['"]http://axkit.org/['"])} (URL link)
FAILED tests 2-5
Failed 4/5 tests, 20.00% okay
t/15cut...........# Failed test 3 in t/15cut.t at line 17
# Test 4 got: '' (t/15cut.t at line 19)
# Expected: qr{(?s-xim:<pod>.*</pod>)} (Matches basic pod outline)
FAILED tests 3-4
Failed 2/4 tests, 50.00% okay
t/16error.........# Failed test 3 in t/16error.t at line 17
# Test 4 got: '' (t/16error.t at line 19)
# Expected: qr{(?s-xim:<pod>.*</pod>)} (Matches basic pod outline)
FAILED tests 3-4
Failed 2/4 tests, 50.00% okay
Failed 10/11 test scripts, 9.09% okay. 22/40 subtests failed, 45.00% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01parse_fh.t 3 2 66.67% 2-3
t/02parse_str.t 4 2 50.00% 3-4
t/03parse_file.t 3 2 66.67% 2-3
t/10item.t 4 2 50.00% 3-4
t/11verbatim.t 4 2 50.00% 3-4
t/12sequence.t 4 2 50.00% 3-4
t/13nomarkup.t 4 2 50.00% 3-4
t/14target.t 5 4 80.00% 2-5
t/15cut.t 4 2 50.00% 3-4
t/16error.t 4 2 50.00% 3-4
make: *** [test_dynamic] Error 29
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]