[Bast-commits] r7882 - DBIx-Class/0.08/trunk
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Sat Nov 14 02:57:53 GMT 2009
Author: caelum
Date: 2009-11-14 02:57:52 +0000 (Sat, 14 Nov 2009)
New Revision: 7882
Modified:
DBIx-Class/0.08/trunk/Makefile.PL
Log:
fix oracle dep in Makefile.PL
Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL 2009-11-14 02:29:09 UTC (rev 7881)
+++ DBIx-Class/0.08/trunk/Makefile.PL 2009-11-14 02:57:52 UTC (rev 7882)
@@ -110,7 +110,7 @@
) : ()
,
- $ENV{DBICTEST_ORACLE_DSN}
+ $ENV{DBICTEST_ORA_DSN}
? (
'DateTime::Format::Oracle' => '0',
) : ()
More information about the Bast-commits
mailing list