summaryrefslogtreecommitdiff
path: root/cpan/List-Util/t/p_reftype.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/List-Util/t/p_reftype.t')
-rw-r--r--cpan/List-Util/t/p_reftype.t7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpan/List-Util/t/p_reftype.t b/cpan/List-Util/t/p_reftype.t
deleted file mode 100644
index 48e7ef7dcd..0000000000
--- a/cpan/List-Util/t/p_reftype.t
+++ /dev/null
@@ -1,7 +0,0 @@
-#!./perl
-
-# force perl-only version to be tested
-$List::Util::TESTING_PERL_ONLY = $List::Util::TESTING_PERL_ONLY = 1;
-
-(my $f = __FILE__) =~ s/p_//;
-do $f; die $@ if $@;