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

index e524177..a6188f4 100644 (file)
@@ -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 {