Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's
Rafael Garcia-Suarez [Tue, 31 Oct 2006 16:28:33 +0000 (16:28 +0000)]
not systematically skipped

p4raw-id: //depot/perl@29176

ext/Sys/Syslog/t/constants.t

index b5d4ecb..b484295 100644 (file)
@@ -1,8 +1,9 @@
-#!/usr/bin/perl -T
+#!/usr/bin/perl
 use strict;
 use File::Spec;
 use Test::More;
 
+# NB. For PERL_CORE to be set, taint mode must not be enabled
 my $macrosall = $ENV{PERL_CORE} ? File::Spec->catfile(qw(.. ext Sys Syslog macros.all))
                                 : 'macros.all';
 open(MACROS, $macrosall) or plan skip_all => "can't read '$macrosall': $!";