From: Jarkko Hietaniemi Date: Fri, 23 Nov 2001 17:19:12 +0000 (+0000) Subject: Must remove the cap test also from the test script. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e343962a71e933f2f65a4d6c46afa24142c134b2;p=p5sagit%2Fp5-mst-13.2.git Must remove the cap test also from the test script. p4raw-id: //depot/perl@13209 --- diff --git a/lib/Pod/t/basic.t b/lib/Pod/t/basic.t index 9161d17..243a9b9 100644 --- a/lib/Pod/t/basic.t +++ b/lib/Pod/t/basic.t @@ -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);