projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f5f2af8
)
ENV manging warning on older perls
Peter Rabbitson [Fri, 14 Jan 2011 21:32:41 +0000 (22:32 +0100)]
xt/optional_deps.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/optional_deps.t
b/xt/optional_deps.t
index
66f6a65
..
1b8e6f9
100644
(file)
--- a/
xt/optional_deps.t
+++ b/
xt/optional_deps.t
@@
-20,7
+20,7
@@
ok ( (! grep { $_ =~ m|DBIx/Class| } @$inc_before ), 'Nothing DBIC related is ye
# to build the optional requirements
BEGIN {
$ENV{DBICTEST_PG_DSN} = '1';
- $ENV{DBICTEST_ORA_DSN} = undef;
+ delete $ENV{DBICTEST_ORA_DSN};
}
use_ok 'DBIx::Class::Optional::Dependencies';