diff options
author | 2008-09-29 17:19:03 +0000 | |
---|---|---|
committer | 2008-09-29 17:19:03 +0000 | |
commit | d029ca10dd8434eb258567337439bbe55e722cfb (patch) | |
tree | c472589129050a0650d85a9ba8ea3ea4babec430 | |
parent | import perl 5.10.0 from CPAN (diff) | |
download | wireguard-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.pm | 5 |
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; |