[Rt-commit] rt branch, master, updated. rt-4.4.2-90-g59a1306

Alex Vandiver alexmv at bestpractical.com
Thu Nov 23 03:25:14 EST 2017


The branch, master has been updated
       via  59a1306aeacc9094c1a938ffa000732a527251ad (commit)
      from  acc81b5d9f14af018d89a3bf094e6b87769f40c1 (commit)

Summary of changes:
 etc/cpanfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 59a1306aeacc9094c1a938ffa000732a527251ad
Author: Alex Vandiver <alex at chmrr.net>
Date:   Thu Nov 23 00:24:36 2017 -0800

    Fix the version spec for DBD::Oracle

diff --git a/etc/cpanfile b/etc/cpanfile
index 0fe93d1..2bfdcda 100644
--- a/etc/cpanfile
+++ b/etc/cpanfile
@@ -154,7 +154,7 @@ feature 'mysql' => sub {
 };
 
 feature 'oracle' => sub {
-    requires 'DBD::Oracle != 1.23';
+    requires 'DBD::Oracle', '!= 1.23';
 };
 
 feature 'pg' => sub {

-----------------------------------------------------------------------


More information about the rt-commit mailing list