Upgrade to Test::Harness 2.50
H.Merijn Brand [Wed, 22 Jun 2005 17:14:04 +0000 (17:14 +0000)]
p4raw-id: //depot/perl@24941

lib/Test/Harness.pm
lib/Test/Harness/t/strap-analyze.t

index 99abb0c..07e612f 100644 (file)
@@ -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;
index e322df4..5732b15 100644 (file)
@@ -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/ ||