X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Makefile.PL;h=a0ba6409048571ffba6fdd7bc4a3d3bdadb2582b;hp=32a885f1bfad14fbdb24819541d983e909001ab6;hb=76b32c60efb235225c3aadb146a4c9f16bf5e1df;hpb=cc765b4a442d8744325cf7f9d6bef7fd94cd3214 diff --git a/Makefile.PL b/Makefile.PL index 32a885f..a0ba640 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,14 +3,15 @@ use warnings; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Catalyst::Manual', - AUTHOR => 'Jonathan Rockway ', - VERSION => '5.700501', - ABSTRACT => q{The Catalyst Developer's Manual}, - PL_FILES => {}, - PREREQ_PM => { - 'Test::More' => 0, - }, - dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, - clean => { FILES => 'Catalyst-Manual-*' }, -); + NAME => 'Catalyst::Manual', + AUTHOR => 'Jonathan Rockway ', + VERSION_FROM => 'lib/Catalyst/Manual.pm', + ABSTRACT_FROM => 'lib/Catalyst/Manual.pm', + PL_FILES => {}, + PREREQ_PM => { + 'Test::More' => 0, + }, + dist => { COMPRESS => 'gzip -9f', + SUFFIX => 'gz', }, + clean => { FILES => 'Catalyst-Manual-*' }, + );