instructions on how to read the tutorial
[catagits/Catalyst-Manual.git] / Makefile.PL
index c3a90a7..80fb511 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.64;
+use inc::Module::Install 0.87;
 
 name 'Catalyst-Manual';
 all_from 'lib/Catalyst/Manual.pm';
@@ -8,4 +8,6 @@ license 'perl';
 requires 'Test::More';
 
 auto_install;
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.70/trunk/';
+
 WriteAll;