From: Rafael Kitover Date: Sat, 14 Nov 2009 02:57:52 +0000 (+0000) Subject: fix oracle dep in Makefile.PL X-Git-Tag: v0.08114~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=d0f52dd4982eca28140a950367a203b9b466c3d2 fix oracle dep in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 51e0f2a..65b6292 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -110,7 +110,7 @@ my %force_requires_if_author = ( ) : () , - $ENV{DBICTEST_ORACLE_DSN} + $ENV{DBICTEST_ORA_DSN} ? ( 'DateTime::Format::Oracle' => '0', ) : ()