->req->remote_user support, new release
[catagits/Catalyst-Controller-WrapCGI.git] / Makefile.PL
index cbd2b23..d0146e8 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install;
+use inc::Module::Install 0.87;
 
 name     'Catalyst-Controller-WrapCGI';
 all_from 'lib/Catalyst/Controller/WrapCGI.pm';
@@ -21,6 +21,7 @@ test_requires 'CGI';
 
 build_requires 'Test::More' => '0.86';
 
+auto_provides;
 auto_install;
-
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Controller-WrapCGI/';
 WriteAll;