]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/30-scope.t
Disable taint mode for t/30-scope.t
[perl/modules/indirect.git] / t / 30-scope.t
index a63bf04c012eadd15f1a1191f88fc86853ef2f0b..956b71ed684fa1e66021d9441ff39cdd6e782848 100644 (file)
@@ -1,4 +1,4 @@
-#!perl -T
+#!perl
 
 use strict;
 use warnings;
 
 use strict;
 use warnings;
@@ -153,6 +153,7 @@ sub expect {
  is $@, '', 'RT #47902';
 }
 
  is $@, '', 'RT #47902';
 }
 
+# This test may not fail for the old version when ran in taint mode
 {
  my $err = eval <<' SNIP';
   use indirect::TestRequired4::a0;
 {
  my $err = eval <<' SNIP';
   use indirect::TestRequired4::a0;