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=4335ff9727104d93960d99525d37d9549b0b6f68;hb=2b6c29a280000cc118379f26a7ce9fe2ff00583f;hpb=8f45565456f999c57d82a3588d70677f8cc83e5d diff --git a/Makefile.PL b/Makefile.PL index 4335ff9..c3a90a7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,9 +1,8 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.64; name 'Catalyst-Manual'; -abstract_from 'lib/Catalyst/Manual.pm'; -version_from 'lib/Catalyst/Manual.pm'; -author 'Jonathan Rockway '; +all_from 'lib/Catalyst/Manual.pm'; +author 'Kieren Diment '; license 'perl'; requires 'Test::More';