X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2F_Util.pm;h=f6e04fe055e0684f0e1ca47d1f70504a2a650d09;hb=bb768302f9abecbd4a32090ba38d5938a009bd7b;hp=f4bda73466ad5d47a9b76f8960c830cfd035e8c1;hpb=0c90b924a1f5b081a14a1d4f2fefaa48b9481a9f;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/_Util.pm b/lib/DBIx/Class/_Util.pm index f4bda73..f6e04fe 100644 --- a/lib/DBIx/Class/_Util.pm +++ b/lib/DBIx/Class/_Util.pm @@ -727,17 +727,12 @@ sub modver_gt_or_eq_and_lt ($$$) { # efficiently operate over the query_cache directly describe_class_methods($_) for reverse @full_ISA; - my $current_node_refaddr; no strict 'refs'; # combine full ISA-order inherited and local method list into a # "shadowing stack" ( - $current_node_refaddr = refaddr($_) - - and - unshift @{ $slot->{methods}{$_->{name}} }, $_ and