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

index 7915373..3f8ad30 100644 (file)
@@ -1,7 +1,7 @@
 #!./perl
 
 BEGIN {
-    $tell_file = "Makefile";
+    $tell_file = "Makefile.PL";
 }
 
 use Config;