diff options
Diffstat (limited to 'gnu/usr.bin/perl/t/Module_Pluggable/15topicsafe.t')
-rw-r--r-- | gnu/usr.bin/perl/t/Module_Pluggable/15topicsafe.t | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/usr.bin/perl/t/Module_Pluggable/15topicsafe.t b/gnu/usr.bin/perl/t/Module_Pluggable/15topicsafe.t deleted file mode 100644 index abc980fcc90..00000000000 --- a/gnu/usr.bin/perl/t/Module_Pluggable/15topicsafe.t +++ /dev/null @@ -1,16 +0,0 @@ -#!perl -w - -use strict; -use FindBin; -use lib "$FindBin::Bin/lib"; -use Test::More 'no_plan'; - -use Module::Pluggable search_path => 'Acme::MyTest'; - -my $topic = "topic"; - -for ($topic) { - main->plugins; -} - -is($topic, 'topic', "we've got the right topic"); |