diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-17 21:16:49 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-17 21:16:49 +0000 |
commit | 28f5b64406460e97335bddb6180af06a0069ad61 (patch) | |
tree | e42c19ad7694fd34713ccf85c0ef4275ff33121c | |
parent | a79e8c5a8ee3d201d160659dde6e14cdd77f7298 (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/branches/1.2@1078 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | Build.PL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, }, |