Upgrade to Test::Harness 3.05
[p5sagit/p5-mst-13.2.git] / t / lib / sample-tests / taint_warn
index 5b4c486..768f527 100644 (file)
@@ -8,4 +8,4 @@ my $warnings = '';
     local $SIG{__WARN__} = sub { $warnings .= join '', @_ };
     kill 0, $^X;
 }
-like( $warnings, '/^Insecure dependency/',   '-t honored' );
+like( $warnings, '/^Insecure dependency/', '-t honored' );