X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Makefile.PL;h=c3a90a7750ea564cef9367e35db31a391b6f05c0;hp=e56c0f598d32ffc6355f5899f6ee245f86773080;hb=aa0e9d8fbc522a911a6f780fe929da99697ff631;hpb=58a04c57b2c2575bc0361c3bdd3bc3c200e183cb diff --git a/Makefile.PL b/Makefile.PL index e56c0f5..c3a90a7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,8 +1,8 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.64; name 'Catalyst-Manual'; -all_from 'lib/Catalyst/ManualPlaceholder.pm'; -author 'Jonathan Rockway '; +all_from 'lib/Catalyst/Manual.pm'; +author 'Kieren Diment '; license 'perl'; requires 'Test::More';