diff options
author | 2014-11-17 20:56:47 +0000 | |
---|---|---|
committer | 2014-11-17 20:56:47 +0000 | |
commit | e5157e49389faebcb42b7237d55fbf096d9c2523 (patch) | |
tree | 268e07adf82302172a9a375d4378d98581823a65 /gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Text | |
parent | Import perl-5.20.1 (diff) | |
download | wireguard-openbsd-e5157e49389faebcb42b7237d55fbf096d9c2523.tar.xz wireguard-openbsd-e5157e49389faebcb42b7237d55fbf096d9c2523.zip |
Fix merge conflicts, remove extra files, match upstream perl-5.20.1
ok deraadt@ sthen@ espie@ miod@
Diffstat (limited to 'gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Text')
-rw-r--r-- | gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Text/Abbrev.pm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Text/Abbrev.pm b/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Text/Abbrev.pm deleted file mode 100644 index 8417072f3ec..00000000000 --- a/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Text/Abbrev.pm +++ /dev/null @@ -1,10 +0,0 @@ -package Text::Abbrev; -use strict; - -sub module_pluggable { - return bless {}, shift; -} - -sub MPCHECK { "HELLO" } - -1;
\ No newline at end of file |