Author: turnstep
Date: Sun Aug 19 09:09:12 2007
New Revision: 9857
Modified:
DBD-Pg/trunk/Makefile.PL
Log:
Add MakeMaker minimum version, don't use beta version for Test dependency.
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Sun Aug 19 09:09:12 2007
@@ -127,9 +127,10 @@
AUTHOR => 'Greg Sabino Mullane',
ABSTRACT => 'PostgreSQL database driver for the DBI module',
PREREQ_PM => {
- 'DBI' => 1.45,
- 'Test::Simple' => '0.60_01',
- 'Test::Harness' => '2.03',
+ 'ExtUtils::MakeMaker' => '6.11',
+ 'DBI' => '1.45',
+ 'Test::Simple' => '0.61',
+ 'Test::Harness' => '2.03',
},
CCFLAGS => $comp_opts,
PERL_MALLOC_OK => 1,