From: Peter Rabbitson <ribasushi@cpan.org>
Date: Sun, 21 Feb 2010 14:14:58 +0000 (+0000)
Subject: Extra testdep
X-Git-Tag: v0.08120~13
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f58a165c33e0867a82c265b1fec7c366f84a7085;p=dbsrgits%2FDBIx-Class.git

Extra testdep
---

diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm
index 7fbdda4..182ae60 100644
--- a/lib/DBIx/Class/Optional/Dependencies.pm
+++ b/lib/DBIx/Class/Optional/Dependencies.pm
@@ -182,6 +182,16 @@ my $reqs = {
         ) : ()
     },
   },
+
+  rdbms_db2 => {
+    req => {
+      $ENV{DBICTEST_DB2_DSN}
+        ? (
+          'DBD::DB2' => 0,
+        ) : ()
+    },
+  },
+
 };