summaryrefslogtreecommitdiff
path: root/t/noimport.t
blob: f752e117c0b5f406ee12b15f818a809c86fd5d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!perl -w

use Data::Compare ();
print "1..1\n";

my $test = 0;

# in no-import mode there should be no plugins

print "not " unless(Data::Compare::Compare({}, Data::Compare::plugins()));
print 'ok '.(++$test)." plugins disabled in no-import mode\n";