From c8b7969b755f70e6e0d3c23175fc103851921fa5 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 29 Oct 2001 13:51:51 +0000 Subject: [PATCH] None of the libnet modules are going to work in EBCDIC without the Convert::EBCDIC. p4raw-id: //depot/perl@12764 --- t/lib/1_compile.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/1_compile.t b/t/lib/1_compile.t index f9df96b..d23002e 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. -- 2.7.4