X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d1133115d728757504a367c91dcfb5d0cbd44de4;hb=3dae968a68ded8a057e6efd3fed092b83dea394d;hp=8ba1ae306a5a69bb60f5bf96f53135000a03d374;hpb=d42017863ba1d2dfe45baf5250efc2b144954772;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Makefile.PL b/Makefile.PL index 8ba1ae3..d113311 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,4 +19,6 @@ test_requires 'Test::Exception'; test_requires 'Test::MockObject'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-Authentication/'; + WriteAll;