summaryrefslogtreecommitdiff
path: root/t/lib
diff options
context:
space:
mode:
Diffstat (limited to 't/lib')
-rw-r--r--t/lib/1_compile.t2
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.