Fix path of a test file for running in the core
Rafael Garcia-Suarez [Fri, 23 Mar 2007 08:48:33 +0000 (08:48 +0000)]
p4raw-id: //depot/perl@30713

lib/Pod/Simple/t/reinit.t

index 8576e99..c10c65e 100644 (file)
@@ -42,7 +42,7 @@ foreach my $file (
     next;
   }
 
-    my $precooked = $file;
+    my $precooked = source_path($file);
     my $outstring;
     my $compstring;
     $precooked =~ s<\.pod><o.txt>s;