Author: turnstep
Date: Tue Feb 19 05:17:43 2008
New Revision: 10799
Modified:
DBD-Pg/trunk/META.yml
DBD-Pg/trunk/Makefile.PL
DBD-Pg/trunk/Pg.pm
Log:
Dependency tweaking, inspired by bug 33429
Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml (original)
+++ DBD-Pg/trunk/META.yml Tue Feb 19 05:17:43 2008
@@ -11,15 +11,18 @@
requires:
DBI : 1.52
+ version : 0
recommends:
Test::YAML::Meta : 0.03
Test::Pod : 0.95
+ Test::Warn : 0.08
+ Module::Signature : 0.50
build_requires:
DBI : 1.52
- Test::Harness : 2.03
- Test::Simple : 0.47
- Module::Signature : 0.50
+ version : 0
+ Test::More : 0.61
configure_requires:
+ version : 0
DBI : 1.52
provides:
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Tue Feb 19 05:17:43 2008
@@ -141,8 +141,8 @@
PREREQ_PM => {
'ExtUtils::MakeMaker' => '6.11',
'DBI' => '1.52',
- 'Test::Simple' => '0.61',
- 'Test::Harness' => '2.03',
+ 'Test::More' => '0.61',
+ 'version' => '0',
},
CCFLAGS => $comp_opts,
PERL_MALLOC_OK => 1,
Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm (original)
+++ DBD-Pg/trunk/Pg.pm Tue Feb 19 05:17:43 2008
@@ -17,7 +17,7 @@
{
package DBD::Pg;
- use version; our $VERSION = qv("2.1.0_1");
+ use version; our $VERSION = qv('2.1.0_1');
use DBI ();
use DynaLoader ();