From: Robert 'phaylon' Sedlacek Date: Wed, 12 Aug 2009 20:47:40 +0000 (+0200) Subject: documented required M:I extensions X-Git-Tag: 0.005~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalystX-Declare.git;a=commitdiff_plain;h=f12f3d751b47056e0cc294e838f7f5e4140b9eb0 documented required M:I extensions --- diff --git a/Makefile.PL b/Makefile.PL index f4b30c7..bd05175 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,11 @@ use inc::Module::Install; +# required for authors: +# Module::Install::ProvidesClass >= 0.000001_99 +# Module::Install::AutoManifest +# Module::Install::ReadmeFromPod +# Module::Install::AuthorTests + name 'CatalystX-Declare'; author 'Robert Sedlacek '; license 'perl';