From: Sebastian Riedel Date: Mon, 11 Apr 2005 08:40:32 +0000 (+0000) Subject: fixed makefile X-Git-Tag: 5.7099_04~1552 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=7e1212a90eff25982e9e1383a38e06219bcfb960 fixed makefile --- diff --git a/Makefile.PL b/Makefile.PL index 86d3bf0..6c5ac75 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,7 +23,10 @@ WriteMakefile( }, test => { TESTS => join ' ', - ( glob('t/*.t'), glob('t/*/*.t'), glob('t/*/*/*.t') ) + ( + glob('t/*.t'), glob('t/*/*.t'), + glob('t/*/*/*.t'), glob('t/*/*/*/*.t') + ) } );