Torsten Foertsch wrote: > Hi, > > I have 2 files t/response/TestSession/7uaexceptionfile.pm and > t/session/7uaexceptionfile.t. > > "t/TEST t/session/7uaexceptionfile.t" works as expected but "t/TEST > -configure" overwrites my handcrafted t/session/7uaexceptionfile.t. > > Why is that so?
probably because it thinks it was autocreated - I suspect it created it initially, before you went and wrote it yourself. try running t/TEST -clean _then_ adding your hand-crafted .t file _then_ running t/TEST -config. t/TEST -config should see that the file was there already and not overwrite it. HTH --Geoff