From: U-dexter\matthewt Date: Thu, 14 Jan 2010 22:19:16 +0000 (+0000) Subject: I think this is a v8/v10 difference X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec6807f867a2655e729ba6d9f52b525f8a76a876;p=dbsrgits%2FDBIx-Data-Store-old.git I think this is a v8/v10 difference --- diff --git a/lib/DBIx/Data/Collection/Set.pm b/lib/DBIx/Data/Collection/Set.pm index e524177..a6188f4 100644 --- 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 {