X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCDBICompat%2FIterator.pm;h=3e93154cce9526bd347258c39098b44eba2d7062;hp=80e788ce1b8f910f6dd0ab48fd6ab6a6944f1e09;hb=d4daee7b54e38e4b3d3d0a77759bddc1a4ede6e5;hpb=0a8a1282ce09a723d62b843fda4a221e0a6b7519 diff --git a/lib/DBIx/Class/CDBICompat/Iterator.pm b/lib/DBIx/Class/CDBICompat/Iterator.pm index 80e788c..3e93154 100644 --- a/lib/DBIx/Class/CDBICompat/Iterator.pm +++ b/lib/DBIx/Class/CDBICompat/Iterator.pm @@ -25,7 +25,7 @@ The CDBI iterator returns true if there were any results, false otherwise. The sub _init_result_source_instance { my $class = shift; - + my $table = $class->next::method(@_); $table->resultset_class("DBIx::Class::CDBICompat::Iterator::ResultSet");