doc EUMM and MB version reqs
matthewt [Mon, 13 Aug 2007 22:20:26 +0000 (22:20 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@3676 bd8105ee-0ff8-0310-8827-fb3f25b6796d

Makefile.PL [new file with mode: 0644]

diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..4ed53cd
--- /dev/null
@@ -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;