From: Rafael Garcia-Suarez Date: Fri, 23 Mar 2007 08:48:33 +0000 (+0000) Subject: Fix path of a test file for running in the core X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35745ba527ff2e55218ef13e70b73e1c0a5c84c0;p=p5sagit%2Fp5-mst-13.2.git Fix path of a test file for running in the core p4raw-id: //depot/perl@30713 --- diff --git a/lib/Pod/Simple/t/reinit.t b/lib/Pod/Simple/t/reinit.t index 8576e99..c10c65e 100644 --- a/lib/Pod/Simple/t/reinit.t +++ b/lib/Pod/Simple/t/reinit.t @@ -42,7 +42,7 @@ foreach my $file ( next; } - my $precooked = $file; + my $precooked = source_path($file); my $outstring; my $compstring; $precooked =~ s<\.pod>s;