From: Craig A. Berry Date: Sun, 30 Aug 2009 13:27:25 +0000 (-0500) Subject: Make io_tell.t use a file that's always there even when the build utility is not... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5d53b36dbe7d4bea5b438f2c37b29ef8e9d39547;p=p5sagit%2Fp5-mst-13.2.git Make io_tell.t use a file that's always there even when the build utility is not make. It used to use t/TEST in the core before 2adbc9b6919cad1240a834325b355e9b2d5efd67. --- diff --git a/ext/IO/t/io_tell.t b/ext/IO/t/io_tell.t index 7915373..3f8ad30 100644 --- 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;