Add repository resource to all the MI Makefile.PLs
[catagits/Catalyst-View-ContentNegotiation-XHTML.git] / Makefile.PL
index d6c1f7b..4430427 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install;
+use inc::Module::Install 0.87;
 
 name 'Catalyst-View-ContentNegotiation-XHTML';
 all_from 'lib/Catalyst/View/ContentNegotiation/XHTML.pm';
@@ -7,6 +7,8 @@ requires 'Catalyst::Runtime';
 requires 'Catalyst::View::TT';
 requires 'HTTP::Negotiate';
 requires 'MRO::Compat';
+requires 'MooseX::Types::Structured';
+requires 'MooseX::Types::Moose';
 
 test_requires 'Catalyst::Action::RenderView';
 test_requires 'Test::WWW::Mechanize::Catalyst';
@@ -31,5 +33,7 @@ if (-e 'inc/.author') {
                                         ' echo "to avoid getting resource forks in your dist."; exit 255; fi' });
   }
 }
+auto_install;
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/';
 
 WriteAll();