X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d83165799c6d3a74d83ce1f906c9c64ff0119803;hb=4e8215c6d01ee56a71096f9aec4ae53ea743be54;hp=f2fa48288dbf05c5311eda7290364a123d87e1c6;hpb=ca9ed2830f2170c3061cbb59311da1caaa30f04d;p=catagits%2FCatalyst-Plugin-Static-Simple.git diff --git a/Makefile.PL b/Makefile.PL index f2fa482..d831657 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.87; name 'Catalyst-Plugin-Static-Simple'; all_from 'lib/Catalyst/Plugin/Static/Simple.pm'; @@ -24,4 +24,6 @@ if( can_use 'Catalyst::Plugin::SubRequest' ) { } auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-Static-Simple/trunk/'; + WriteAll;