projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c81476c
)
Make io_tell.t use a file that's always there even when the build utility is not...
Craig A. Berry [Sun, 30 Aug 2009 13:27:25 +0000 (08:27 -0500)]
It used to use t/TEST in the core before
2adbc9b6919cad1240a834325b355e9b2d5efd67
.
ext/IO/t/io_tell.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/IO/t/io_tell.t
b/ext/IO/t/io_tell.t
index
7915373
..
3f8ad30
100644
(file)
--- a/
ext/IO/t/io_tell.t
+++ b/
ext/IO/t/io_tell.t
@@
-1,7
+1,7
@@
#!./perl
BEGIN {
- $tell_file = "Makefile";
+ $tell_file = "Makefile.PL";
}
use Config;