1234567891011121314 #!perl -Tuse lib 'lib';use Test::More;eval "use Test::Pod::Coverage 1.04";plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;plan tests => 2;pod_coverage_ok ('Text::MediawikiFormat');pod_coverage_ok ('Text::MediawikiFormat::Blocks');
#!perl -T
use
lib
'lib'
;
Test::More;
eval
"use Test::Pod::Coverage 1.04"
plan
skip_all
=>
"Test::Pod::Coverage 1.04 required for testing POD coverage"
if
$@;
tests
=> 2;
pod_coverage_ok (
'Text::MediawikiFormat'
);
'Text::MediawikiFormat::Blocks'