X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=446b3f02cd2e8b9f38dba710b95ff3f20d4e63a8;hb=83d8463c3fcb28815cc1ed74a1cb3a3797a09e9e;hp=eed92e1691d4e4af28489eb32a899257ea970be4;hpb=e8693f1b49e4a6e4ea4b3a3f0c2e792f69415605;p=catagits%2FCatalyst-View-TT.git diff --git a/Makefile.PL b/Makefile.PL index eed92e1..446b3f0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install; +use inc::Module::Install 0.87; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Catalyst/View/TT.pm > README' ); @@ -19,4 +19,6 @@ requires 'MRO::Compat' => 0; test_requires 'Test::More'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-TT/'; + WriteAll;