summaryrefslogtreecommitdiff
path: root/t/realtainttest
blob: a972bc7578e0f77d0416b58c6b4da45d078a5f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
use strict;

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

my $test = 0;

# in taint mode there should be no plugins

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