projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cfd773c
)
fix spurious PAUSE message
Arthur Axel 'fREW' Schmidt [Thu, 14 Jul 2011 17:33:11 +0000 (12:33 -0500)]
lib/DBIx/Class/Storage/DBI/ADO.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/ADO.pm
b/lib/DBIx/Class/Storage/DBI/ADO.pm
index
8c64735
..
36423c4
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/ADO.pm
+++ b/
lib/DBIx/Class/Storage/DBI/ADO.pm
@@
-66,7
+66,7
@@
sub _init {
no warnings 'redefine';
require DBD::ADO;
- if ($DBD::ADO::VERSION <= 2.98) {
+ if (DBD::ADO->VERSION <= 2.98) {
my $disconnect = *DBD::ADO::db::disconnect{CODE};
*DBD::ADO::db::disconnect = subname 'DBD::ADO::db::disconnect' => sub {