projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9b37184
)
Fix include path for utf8 tests
Vincent Pit [Tue, 1 Sep 2009 10:58:10 +0000 (12:58 +0200)]
t/TEST
patch
|
blob
|
blame
|
history
diff --git
a/t/TEST
b/t/TEST
index
6fb6201
..
8f6882b
100755
(executable)
--- a/
t/TEST
+++ b/
t/TEST
@@
-189,7
+189,7
@@
sub _scan_test {
}
}
- my $utf8 = $::with_utf8 ? '-I$lib -Mutf8' : '';
+ my $utf8 = $::with_utf8 ? "-I$lib -Mutf8" : '';
my %options = (
perl => $perl,