diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-29 13:51:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-29 13:51:51 +0000 |
commit | c8b7969b755f70e6e0d3c23175fc103851921fa5 (patch) | |
tree | 37ae84e00d2c288bcb76712750226d8e41a507b4 /t/lib | |
parent | 2dcec3febf61ecf212c8024277ecd6a8c2606991 (diff) | |
download | perl-c8b7969b755f70e6e0d3c23175fc103851921fa5.tar.gz |
None of the libnet modules are going to work in
EBCDIC without the Convert::EBCDIC.
p4raw-id: //depot/perl@12764
Diffstat (limited to 't/lib')
-rw-r--r-- | t/lib/1_compile.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/1_compile.t b/t/lib/1_compile.t index f9df96bf93..d23002ef3d 100644 --- a/t/lib/1_compile.t +++ b/t/lib/1_compile.t @@ -93,7 +93,7 @@ unless (has_extension('NDBM_File')) { delete_by_prefix('unicode::'); if (ord('A') == 193) { - delete_by_name('Net::Cmd') unless eval { require Convert::EBCDIC }; + delete_by_prefix('Net::') unless eval { require Convert::EBCDIC }; } # Delete all modules which have their own tests. |