[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1079] trunk/Build.PL



Revision: 1079
          http://svn.sourceforge.net/ledger-smb/?rev=1079&view=rev
Author:   einhverfr
Date:     2007-04-17 14:20:15 -0700 (Tue, 17 Apr 2007)

Log Message:
-----------
Adding minimum DBI version and also moving Test::More to required list since everyone seems to run ./Build test

Modified Paths:
--------------
    trunk/Build.PL

Modified: trunk/Build.PL
===================================================================
--- trunk/Build.PL	2007-04-17 21:16:49 UTC (rev 1078)
+++ trunk/Build.PL	2007-04-17 21:20:15 UTC (rev 1079)
@@ -15,7 +15,7 @@
 		'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 @@
 		'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,
 		},


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.