From: t0m Date: Wed, 8 Jul 2009 20:20:19 +0000 (+0100) Subject: Add repos info and license X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-TraitFor-Request-ProxyBase.git;a=commitdiff_plain;h=2b59121332ab6904ac5b44de1c3b18ed72744b26 Add repos info and license --- diff --git a/Makefile.PL b/Makefile.PL index 1cd94dd..b777624 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,5 +12,8 @@ build_requires 'Catalyst::Runtime' => '5.80007'; build_requires 'CatalystX::RoleApplicator' => '0.005'; build_requires 'Test::More'; +resources repository => 'http://github.com/bobtfish/catalyst-traitfor-request-proxybase'; +license 'perl'; + WriteAll();