On Mon, 24 Dec 2001, Stas Bekman wrote: > if the config token get mistyped, e.g. @servrename@ the current replace() > sub will simply die without helping to locate which token is unknown to > Apache-Test. This patch reports the offensive token (of course it'd be > nice to tell which file it comes from but the current implementation > doesn't allow that)
+1 filename would be nice. local $Apache::TestConfig::File or similar in generate_extra_conf would get most of them.