Clearer name of method/variables before refactoring
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
index 359d692..59bd19b 100644 (file)
@@ -1327,7 +1327,7 @@ sub _construct_results {
           and
         $rsrc->schema
               ->storage
-               ->_main_source_order_by_portion_is_stable($rsrc, $attrs->{order_by}, $attrs->{where})
+               ->_extract_colinfo_of_stable_main_source_order_by_portion($rsrc, $attrs->{order_by}, $attrs->{where})
       ) ? 1 : 0
     ) unless defined $attrs->{_ordered_for_collapse};