X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPod%2Ft%2Fbasic.t;h=b58ea6f300f5ba01c92b22cf95bd2ca872c20a9c;hb=165444cdf3b3a33edaf56f31103ddaa68085c6b2;hp=9161d17360caae78811e6e2b1e9286b0ca45b27f;hpb=add0b696725b50bd044f8317de7c98ca34d1fcbe;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Pod/t/basic.t b/lib/Pod/t/basic.t index 9161d17..b58ea6f 100644 --- a/lib/Pod/t/basic.t +++ b/lib/Pod/t/basic.t @@ -16,7 +16,7 @@ BEGIN { unshift (@INC, '../blib/lib'); } $| = 1; - print "1..11\n"; + print "1..9\n"; } END { @@ -41,7 +41,8 @@ my %translators = ('Pod::Man' => 'man', 'Pod::Text' => 'txt', 'Pod::Text::Color' => 'clr', 'Pod::Text::Overstrike' => 'ovr', - 'Pod::Text::Termcap' => 'cap'); + # 'Pod::Text::Termcap' => 'cap' # unportable + ); # Set default options to match those of pod2man and pod2text. %options = (sentence => 0);