Author: turnstep
Date: Sun Dec 3 11:25:04 2006
New Revision: 8346
Modified:
DBD-Pg/trunk/Makefile.PL
Log:
Bump up Test::Simple version so we can support BAIL_OUT
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Sun Dec 3 11:25:04 2006
@@ -127,7 +127,7 @@
ABSTRACT => 'PostgreSQL database driver for the DBI module',
PREREQ_PM => {
'DBI' => 1.45,
- 'Test::Simple' => '0.30',
+ 'Test::Simple' => '0.60_01',
'Test::Harness' => '2.03',
},
CCFLAGS => $comp_opts,