Home
last modified time | relevance | path

Searched refs:test_snippet_with_io (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/text/
H A Dutf8-io.t40 test_snippet_with_io('Pod::Text', "text/$snippet");
41 test_snippet_with_io('Pod::Text', "text/$snippet", { perlio_utf8 => 1 });
45 test_snippet_with_io(
49 test_snippet_with_io(
H A Diso-8859-1.t47 test_snippet_with_io(
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/man/
H A Diso-8859-1.t28 test_snippet_with_io('Pod::Man', 'man/iso-8859-1-roff', { output => 'ascii' });
48 test_snippet_with_io(
52 test_snippet_with_io(
H A Dutf8-io.t41 test_snippet_with_io('Pod::Man', "man/$snippet");
42 test_snippet_with_io('Pod::Man', "man/$snippet", { perlio_utf8 => 1 });
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/
H A DPodlators.pm332 sub test_snippet_with_io { subroutine