Initial set of tutorial edits to go along with depluralization update.
[catagits/Catalyst-Manual.git] / Makefile.PL
index 4335ff9..80fb511 100644 (file)
@@ -1,12 +1,13 @@
-use inc::Module::Install 0.65;
+use inc::Module::Install 0.87;
 
 name 'Catalyst-Manual';
-abstract_from 'lib/Catalyst/Manual.pm';
-version_from 'lib/Catalyst/Manual.pm';
-author 'Jonathan Rockway <jrockway@cpan.org>';
+all_from 'lib/Catalyst/Manual.pm';
+author 'Kieren Diment <zarquon@cpan.org>';
 license 'perl';
 
 requires 'Test::More';
 
 auto_install;
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.70/trunk/';
+
 WriteAll;