summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2009-10-12 20:50:35 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2009-10-12 20:50:35 +0000
commitaec38a086419734fd50252bb07f6a5217f0dd341 (patch)
tree187a91c6f70bd31c1d1ab81e1d882f8c44f4dd58 /gnu
parent1dd4a72681c81dbb923ea3ba8bf49330b0a72ccd (diff)
remove troublesome file that broke the 5.10.1 merge
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/t/Module_Pluggable/lib/OddTest/Plugin/-Dodgy.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/perl/t/Module_Pluggable/lib/OddTest/Plugin/-Dodgy.pm b/gnu/usr.bin/perl/t/Module_Pluggable/lib/OddTest/Plugin/-Dodgy.pm
deleted file mode 100644
index 326e867f2ee..00000000000
--- a/gnu/usr.bin/perl/t/Module_Pluggable/lib/OddTest/Plugin/-Dodgy.pm
+++ /dev/null
@@ -1,5 +0,0 @@
-package OddFiles::Plugin::Dodgy;
-
-sub new {}
-
-1;