Must remove the cap test also from the test script.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 23 Nov 2001 17:19:12 +0000 (17:19 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 23 Nov 2001 17:19:12 +0000 (17:19 +0000)
p4raw-id: //depot/perl@13209

lib/Pod/t/basic.t

index 9161d17..243a9b9 100644 (file)
@@ -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);