This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Test::Harness 3.13
[perl5.git] / lib / Test / Harness / t / testargs.t
index 76ee9a5..9160c59 100644 (file)
@@ -13,8 +13,10 @@ use TAP::Parser;
 use TAP::Harness;
 use App::Prove;
 
-my $test = File::Spec->catfile( ($ENV{PERL_CORE} ? 'lib' : 't'),
-                               'sample-tests', 'echo' );
+my $test = File::Spec->catfile(
+    ( $ENV{PERL_CORE} ? 'lib' : 't' ),
+    'sample-tests', 'echo'
+);
 
 diag( "\n\n", bigness( join ' ', @ARGV ), "\n\n" ) if @ARGV;