X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCDBICompat%2FIterator.pm;h=86a3838c4909fd4dae49332bc7d4f7f6752a01ab;hb=a2bd379666d729133d65c85dc775627937084b18;hp=eb60177af52d4ea98fc41ea8c79cdec6fe5e6e9c;hpb=3440100bc0455cf0e7ccbba03754a29ad26ec6d1;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/CDBICompat/Iterator.pm b/lib/DBIx/Class/CDBICompat/Iterator.pm index eb60177..86a3838 100644 --- a/lib/DBIx/Class/CDBICompat/Iterator.pm +++ b/lib/DBIx/Class/CDBICompat/Iterator.pm @@ -32,9 +32,21 @@ sub _init_result_source_instance { return $table; } +=head1 FURTHER QUESTIONS? +Check the list of L. -package DBIx::Class::CDBICompat::Iterator::ResultSet; +=head1 COPYRIGHT AND LICENSE + +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L. + +=cut + +package # hide + DBIx::Class::CDBICompat::Iterator::ResultSet; use strict; use warnings;