summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-17 21:20:15 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-17 21:20:15 +0000
commit15b7a9e3437bc165cd0bf431db2a5bd8ffa879ae (patch)
tree5b26c279e6dac44536c042bef7d436b67eaab752 /Build.PL
parent1438fa7c55e2174fe74aafdb70d13d174a52e42d (diff)
Adding minimum DBI version and also moving Test::More to required list since everyone seems to run ./Build test
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1079 4979c152-3d1c-0410-bac9-87ea11338e46
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 fece985b..0de6f493 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,
@@ -28,12 +28,12 @@ my $build = Module::Build->new (
'MIME::Lite' => 0,
'Error' => 0,
'Template' => 0,
+ 'Test::More' => 0,
},
recommends => {
'HTML::LinkExtor' => 0,
'FileHandle' => 0,
'Getopt::Long' => 0,
- 'Test::More' => 0,
'Net::TCLink' => 0,
'Parse::RecDescent' => 0,
},