summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2008-09-29 17:19:03 +0000
committermillert <millert@openbsd.org>2008-09-29 17:19:03 +0000
commitd029ca10dd8434eb258567337439bbe55e722cfb (patch)
treec472589129050a0650d85a9ba8ea3ea4babec430
parentimport perl 5.10.0 from CPAN (diff)
downloadwireguard-openbsd-d029ca10dd8434eb258567337439bbe55e722cfb.tar.xz
wireguard-openbsd-d029ca10dd8434eb258567337439bbe55e722cfb.zip
import perl 5.10.0 from CPAN
-rw-r--r--gnu/usr.bin/perl/t/Module_Pluggable/lib/OddTest/Plugin/-Dodgy.pm5
1 files changed, 5 insertions, 0 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
new file mode 100644
index 00000000000..326e867f2ee
--- /dev/null
+++ b/gnu/usr.bin/perl/t/Module_Pluggable/lib/OddTest/Plugin/-Dodgy.pm
@@ -0,0 +1,5 @@
+package OddFiles::Plugin::Dodgy;
+
+sub new {}
+
+1;