It's Pod::Text::Overstrike, not Pod::Overstrike.
Jarkko Hietaniemi [Thu, 18 Jan 2001 14:40:57 +0000 (14:40 +0000)]
p4raw-id: //depot/perl@8474

t/lib/1_compile.t

index 2e7bc33..c3462b3 100644 (file)
@@ -8,6 +8,8 @@ BEGIN {
 use strict;
 use warnings;
 
+# This list really needs to be dynamic.
+
 my @Core_Modules = (
                     'AnyDBM_File',
                     'AutoLoader',
@@ -140,13 +142,13 @@ my @Core_Modules = (
                     'Pod::Html',
                     'Pod::InputObjects',
                     'Pod::Man',
-                    'Pod::Overstrike',
                     'Pod::ParseUtils',
                     'Pod::Parser',
                     'Pod::Plainer',
                     'Pod::Select',
                     'Pod::Text',
                     'Pod::Text::Color',
+                    'Pod::Text::Overstrike',
                     'Pod::Text::Termcap',
                     'Pod::Usage',
                     'SDBM_File',