X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c3a90a7750ea564cef9367e35db31a391b6f05c0;hb=8a0214b4275e310f64f74c2a250a20c01efd4c66;hp=4335ff9727104d93960d99525d37d9549b0b6f68;hpb=8f45565456f999c57d82a3588d70677f8cc83e5d;p=catagits%2FCatalyst-Manual.git 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';