projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4e8ffde
)
fix oracle dep in Makefile.PL
Rafael Kitover [Sat, 14 Nov 2009 02:57:52 +0000 (
02:57
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
51e0f2a
..
65b6292
100644
(file)
--- 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',
) : ()