diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-18 14:40:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-18 14:40:57 +0000 |
commit | 5999ed7d8e1601dce57087d0b16df2b7b3923d34 (patch) | |
tree | 56fa9a2ca50aebf6c52ea922251952fd88121703 /t | |
parent | 53d8b1b83d50124b4c90921bb6086ec256ae063a (diff) | |
download | perl-5999ed7d8e1601dce57087d0b16df2b7b3923d34.tar.gz |
It's Pod::Text::Overstrike, not Pod::Overstrike.
p4raw-id: //depot/perl@8474
Diffstat (limited to 't')
-rw-r--r-- | t/lib/1_compile.t | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/t/lib/1_compile.t b/t/lib/1_compile.t index 2e7bc339fa..c3462b3a2d 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', |