X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Makefile.PL;h=1208c753b22611eef9e6e087b9cbd16efa8f6866;hp=e56c0f598d32ffc6355f5899f6ee245f86773080;hb=98fd8420ab3b60bf830264311beebe0a5f334478;hpb=58a04c57b2c2575bc0361c3bdd3bc3c200e183cb diff --git a/Makefile.PL b/Makefile.PL index e56c0f5..1208c75 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,8 +1,8 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.87; 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';