From 5999ed7d8e1601dce57087d0b16df2b7b3923d34 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 18 Jan 2001 14:40:57 +0000 Subject: [PATCH] It's Pod::Text::Overstrike, not Pod::Overstrike. p4raw-id: //depot/perl@8474 --- t/lib/1_compile.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/lib/1_compile.t b/t/lib/1_compile.t index 2e7bc33..c3462b3 100644 --- a/t/lib/1_compile.t +++ b/t/lib/1_compile.t @@ -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', -- 2.7.4