From: "Wallace Reis" <wall...@reis.org.br>

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@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to