summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2012-10-24 10:46:15 -0400
committerRicardo Signes <rjbs@cpan.org>2012-10-24 10:46:15 -0400
commit2d113dc2748eda4374e5971a1e94d574b3690c3d (patch)
treea03332b6446bac96e1ed602ca57d361301bd0cd4
parent127b92409ad1ce9014081b0abfe1527985253286 (diff)
do not test in taint mode
-rw-r--r--t/00-load.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/00-load.t b/t/00-load.t
index f9b5be5..8a560de 100644
--- a/t/00-load.t
+++ b/t/00-load.t
@@ -1,4 +1,4 @@
-#!perl -T
+#!perl
use Test::More tests => 1;