X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCDBICompat%2FLiveObjectIndex.pm;h=fb8a77efd29370797c4eda6e4d4c6404cae7f3b3;hb=c812d1fc5872e623f2c4984925345cb1ccaa5f52;hp=7d04710409a3a68e7def3cd6b5a3940c01acf68e;hpb=147dd158cf91465b8a48adce738d56b85f7d1b9b;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/CDBICompat/LiveObjectIndex.pm b/lib/DBIx/Class/CDBICompat/LiveObjectIndex.pm index 7d04710..fb8a77e 100644 --- a/lib/DBIx/Class/CDBICompat/LiveObjectIndex.pm +++ b/lib/DBIx/Class/CDBICompat/LiveObjectIndex.pm @@ -1,4 +1,5 @@ -package DBIx::Class::CDBICompat::LiveObjectIndex; +package # hide from PAUSE + DBIx::Class::CDBICompat::LiveObjectIndex; use strict; use warnings; @@ -51,7 +52,7 @@ sub insert { return $self; } -sub _row_to_object { +sub inflate_result { my ($class, @rest) = @_; my $new = $class->next::method(@rest); if (my $key = $new->ID) {