X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=7a90bbdaf751de627772af3fabc90060cea15e56;hb=aa7921c5f6441fede177c448fd95898eb53c40d0;hp=83d0d37782e0032fa3bab3e9995e0f0d9980dba6;hpb=eebffd0a940cb2b6552b6ae21db857ac5f80b481;p=catagits%2FCatalystX-Declare.git diff --git a/Makefile.PL b/Makefile.PL index 83d0d37..7a90bbd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,8 @@ license 'perl'; all_from 'lib/CatalystX/Declare.pm'; readme_from 'lib/CatalystX/Declare.pm'; -author_tests 'xt'; +tests 't/*.t'; +author_tests 'xt', 'examples/MyApp-Web/t'; requires 'Carp', '1.08'; requires 'Class::Inspector', '1.24';