From: H.Merijn Brand Date: Wed, 22 Jun 2005 17:14:04 +0000 (+0000) Subject: Upgrade to Test::Harness 2.50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=666e7e7967a0bc59b1f44ec2961661c439aad50c;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Test::Harness 2.50 p4raw-id: //depot/perl@24941 --- diff --git a/lib/Test/Harness.pm b/lib/Test/Harness.pm index 99abb0c..07e612f 100644 --- a/lib/Test/Harness.pm +++ b/lib/Test/Harness.pm @@ -34,11 +34,11 @@ Test::Harness - Run Perl standard test scripts with statistics =head1 VERSION -Version 2.49_02 +Version 2.50 =cut -$VERSION = "2.49_02"; +$VERSION = "2.50"; # Backwards compatibility for exportable variable names. *verbose = *Verbose; diff --git a/lib/Test/Harness/t/strap-analyze.t b/lib/Test/Harness/t/strap-analyze.t index e322df4..5732b15 100644 --- a/lib/Test/Harness/t/strap-analyze.t +++ b/lib/Test/Harness/t/strap-analyze.t @@ -547,6 +547,8 @@ my %samples = ( plan tests => (keys(%samples) * 5) + 3; use Test::Harness::Straps; +my @_INC = map { qq{"-I$_"} } @INC; +$Test::Harness::Switches = "@_INC -Mstrict"; $SIG{__WARN__} = sub { warn @_ unless $_[0] =~ /^Enormous test number/ ||