[Bast-commits] r3676 - local-lib/1.000/trunk

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Mon Aug 13 23:20:26 GMT 2007


Author: matthewt
Date: 2007-08-13 23:20:26 +0100 (Mon, 13 Aug 2007)
New Revision: 3676

Added:
   local-lib/1.000/trunk/Makefile.PL
Log:
doc EUMM and MB version reqs

Added: local-lib/1.000/trunk/Makefile.PL
===================================================================
--- local-lib/1.000/trunk/Makefile.PL	                        (rev 0)
+++ local-lib/1.000/trunk/Makefile.PL	2007-08-13 22:20:26 UTC (rev 3676)
@@ -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;




More information about the Bast-commits mailing list