projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ade94d8
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Pod/Simple/t/reinit.t
b/lib/Pod/Simple/t/reinit.t
index
8576e99
..
c10c65e
100644
(file)
--- 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><o.txt>s;