Fix appclass actions in the tests
[catagits/Test-WWW-Mechanize-Catalyst.git] / Makefile.PL
index 9399a41..5e633fb 100644 (file)
@@ -1,5 +1,5 @@
 #!perl
-use inc::Module::Install 0.77;
+use inc::Module::Install 0.87;
 
 use strict;
 use warnings;
@@ -19,4 +19,11 @@ test_requires 'Catalyst::Plugin::Session::Store::Dummy'  => '0';
 test_requires 'Test::Exception'                          => '0';
 test_requires 'Test::More'                               => '0';
 
+if ($Module::Install::AUTHOR) {
+  system('pod2text lib/Test/WWW/Mechanize/Catalyst.pm > README');
+}
+
+
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Test-WWW-Mechanize-Catalyst/trunk/';
+
 WriteAll;