...and update the test count.
[p5sagit/p5-mst-13.2.git] / lib / Pod / t / basic.t
index 9161d17..b58ea6f 100644 (file)
@@ -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);