# New Ticket Created by Colin Kuskie # Please include the string: [perl #45565] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45565 >
I get intermittent failures on this test: [EMAIL PROTECTED] unified_testing]$ perl t/perl/Parrot_Docs.t 1..25 ok 1 - use Parrot::Docs::POD2HTML; ok 2 - use Parrot::Docs::Directory; ok 3 - use Parrot::Docs::File; ok 4 - use Parrot::Docs::Item; ok 5 - use Parrot::Docs::Group; ok 6 - use Parrot::Docs::Section; ok 7 - href_path ok 8 - files_of_type succeed ok 9 - files_of_type fail ok 10 - is_of_type succeed ok 11 - is_of_type fail ok 12 - short_description ok 13 - contains_pod no not ok 14 - contains_pod yes, no errors # Failed test (t/perl/Parrot_Docs.t at line 61) ok 15 - num_pod_errors none Use of uninitialized value in pattern match (m//) at t/perl/Parrot_Docs.t line 65. not ok 16 - pod_as_html # Failed test (t/perl/Parrot_Docs.t at line 65) ok 17 - contains_pod yes, errors ok 18 - num_pod_errors one ok 19 - pod_errors ok 20 - new item ok 21 - new group ok 22 - name ok 23 - new section ok 24 - index.html ok 25 - write_html # Looks like you failed 2 tests of 25.