projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2bcd657
)
fix typo in comment
author
Lukas Mai <l.mai@web.de>
Mon, 12 Nov 2012 17:21:28 +0000 (18:21 +0100)
committer
Father Chrysostomos <sprout@cpan.org>
Mon, 12 Nov 2012 19:18:57 +0000 (11:18 -0800)
t/TEST
patch
|
blob
|
blame
|
history
diff --git
a/t/TEST
b/t/TEST
index
9e40b17
..
0ea518d
100755
(executable)
--- a/
t/TEST
+++ b/
t/TEST
@@
-23,7
+23,7
@@
my %dir_to_switch =
'../ext/File-Glob/t' => '-I.. -MTestInit', # FIXME - tests assume t/
);
-# "not absolute" is the the default, as it saves some fakery within TestInit
+# "not absolute" is the default, as it saves some fakery within TestInit
# which can perturb tests, and takes CPU. Working with the upstream author of
# any of these, to figure out how to remove them from this list, considered
# "a good thing".