
orasnita at gmail
Nov 25, 2009, 8:57 AM
Post #5 of 6
(1143 views)
Permalink
|
From: "Wallace Reis" <wallace [at] reis> On 25/11/2009, at 09:36, Octavian Râşniţă wrote: > This is good news. But unfortunately it executes only the tests from the t > directory, not those from its subdirectories. > > I have tried to put this line of code in more places in Makefile.PL with > no difference. You can use tests_recursive from Module::Install::Makefile. Great! It works fine that way. With this ocasion I've seen that the correct way of using tests() is not: tests 't/*.t', 't/*/*.t', 't/*/*/*.t', 't/*/*/*/*.t', 't/*/*/*/*/*.t'; but probably tests 't/*.t, */*.t'; (including all the file specifications in a single string) Octavian _______________________________________________ List: Catalyst [at] lists Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst [at] lists/ Dev site: http://dev.catalyst.perl.org/
|