summaryrefslogtreecommitdiff
path: root/t/realtainttest
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-12-10 13:34:52 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-12-10 13:34:52 +0000
commit8fddd4400d09891094843fe9e77fec74e4510c67 (patch)
tree23dbb27d11e56cf6586d93b091c708fa111a7a2d /t/realtainttest
downloadData-Compare-tarball-master.tar.gz
Diffstat (limited to 't/realtainttest')
-rw-r--r--t/realtainttest11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/realtainttest b/t/realtainttest
new file mode 100644
index 0000000..a972bc7
--- /dev/null
+++ b/t/realtainttest
@@ -0,0 +1,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";