From: matthewt Date: Mon, 13 Aug 2007 22:20:26 +0000 (+0000) Subject: doc EUMM and MB version reqs X-Git-Tag: 1.006009~116 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=391107e551b49a85f5ac71edf90c819528806222 doc EUMM and MB version reqs git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@3676 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..4ed53cd --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,11 @@ +use strict; +use warnings; +use inc::Module::Install; + +name 'local-lib'; +all_from 'lib/local/lib.pm'; + +requires 'ExtUtils::MakeMaker' => '6.31'; # version INSTALL_BASE was added +requires 'Module::Build' => '0.28'; # lib -> lib/perl5 change + +WriteAll;