projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
044f5b3
)
The cursor class is now autoloaded due to CAG component_class acc. group
Rafael Kitover [Sun, 18 Mar 2012 06:33:54 +0000 (
02:33
-0400)]
lib/DBIx/Class/Storage/DBI/SQLAnywhere.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/SQLAnywhere.pm
b/lib/DBIx/Class/Storage/DBI/SQLAnywhere.pm
index
fd7cbf8
..
834a4d5
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/SQLAnywhere.pm
+++ b/
lib/DBIx/Class/Storage/DBI/SQLAnywhere.pm
@@
-6,7
+6,6
@@
use base qw/DBIx::Class::Storage::DBI::UniqueIdentifier/;
use mro 'c3';
use List::Util 'first';
use Try::Tiny;
-use DBIx::Class::Storage::DBI::SQLAnywhere::Cursor ();
use namespace::clean;
__PACKAGE__->mk_group_accessors(simple => qw/_identity/);