From: Jarkko Hietaniemi Date: Mon, 29 Oct 2001 13:51:51 +0000 (+0000) Subject: None of the libnet modules are going to work in X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c8b7969b755f70e6e0d3c23175fc103851921fa5;p=p5sagit%2Fp5-mst-13.2.git None of the libnet modules are going to work in EBCDIC without the Convert::EBCDIC. p4raw-id: //depot/perl@12764 --- 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.