X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=eda01115598dcb03a98c59eda26d40df0ba202c1;hb=HEAD;hp=a7ada018feed77502f250c9e518245746bbbfdc3;hpb=33b8755a38b7ab8429d5e41f3cfd53f797ce819f;p=catagits%2FCatalyst-TraitFor-Request-ProxyBase.git diff --git a/Makefile.PL b/Makefile.PL index a7ada01..eda0111 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,6 +2,12 @@ use strict; use warnings; use inc::Module::Install 0.91; +BEGIN { + if ($Module::Install::AUTHOR) { + require Module::Install::AuthorTests; + } +} + name 'Catalyst-TraitFor-Request-ProxyBase'; all_from 'lib/Catalyst/TraitFor/Request/ProxyBase.pm'; @@ -17,6 +23,8 @@ test_requires 'HTTP::Request::Common'; resources repository => 'http://github.com/bobtfish/catalyst-traitfor-request-proxybase'; license 'perl'; +author_tests('t/author'); + WriteAll(); if ($Module::Install::AUTHOR) {