projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d02304e
)
Strip bogus Data::Dump requires
Peter Rabbitson [Mon, 9 Mar 2009 16:29:30 +0000 (16:29 +0000)]
lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm
patch
|
blob
|
blame
|
history
t/93storage_replication.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm
b/lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm
index
7d5bf10
..
96ff543
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm
+++ b/
lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm
@@
-2,8
+2,6
@@
package DBIx::Class::Storage::DBI::ODBC::ACCESS;
use strict;
\r
use warnings;
\r
\r
-use Data::Dump qw( dump );
\r
-
\r
use DBI;
\r
use base qw/DBIx::Class::Storage::DBI/;
\r
\r
diff --git
a/t/93storage_replication.t
b/t/93storage_replication.t
index
b72405b
..
b9ea61c
100644
(file)
--- a/
t/93storage_replication.t
+++ b/
t/93storage_replication.t
@@
-577,12
+577,3
@@
ok $replicated->schema->resultset('Artist')->find(1)
## Delete the old database files
$replicated->cleanup;
-
-use Data::Dump qw/dump/;
-#warn dump $replicated->schema->storage->read_handler;
-
-
-
-
-
-