projects
/
dbsrgits/DBIx-Data-Store-old.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
330d094
)
I think this is a v8/v10 difference
U-dexter\matthewt [Thu, 14 Jan 2010 22:19:16 +0000 (22:19 +0000)]
lib/DBIx/Data/Collection/Set.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Data/Collection/Set.pm
b/lib/DBIx/Data/Collection/Set.pm
index
e524177
..
a6188f4
100644
(file)
--- a/
lib/DBIx/Data/Collection/Set.pm
+++ b/
lib/DBIx/Data/Collection/Set.pm
@@
-201,7
+201,7
@@
method _object_spec_to_id ($spec) {
## array-ish operations - i.e. get all members
method _new_raw_stream {
- $self->_store->new_select_command([])->execute
+ $self->_store->new_select_command({})->execute
}
method flatten {