summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build.PL b/Build.PL
index 8af7d0ee..67565e15 100644
--- a/Build.PL
+++ b/Build.PL
@@ -15,7 +15,7 @@ my $build = Module::Build->new (
'MIME::Base64' => 0,
'Digest::MD5' => 0,
'HTML::Entities' => 0,
- 'DBI' => 0,
+ 'DBI' => '>= 0.48',
'DBD::Pg' => 0,
'Math::BigFloat' => 0,
'IO::File' => 0,
@@ -26,12 +26,12 @@ my $build = Module::Build->new (
'Cwd' => 0,
'Config::Std' => 0,
'MIME::Lite' => 0,
+ 'Test::More' => 0,
},
recommends => {
'HTML::LinkExtor' => 0,
'FileHandle' => 0,
'Getopt::Long' => 0,
- 'Test::More' => 0,
'Net::TCLink' => 0,
'Parse::RecDescent' => 0,
},