X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCDBICompat%2FNoObjectIndex.pm;h=e98e5eb4bccab38c68d4e4c4b8d73ae19f274688;hb=86a432d4cc096062e2374f118ce38aa131799d6a;hp=003c8751b8e3a22924efe84701748c07e0d7b024;hpb=c27646a3d7f0945c7d14f2ba551667335e93f5f6;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm b/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm index 003c875..e98e5eb 100644 --- a/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm +++ b/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm @@ -4,9 +4,11 @@ package # hide from PAUSE use strict; use warnings; +use base 'DBIx::Class'; + =head1 NAME -DBIx::Class::CDBICompat::NoObjectIndex +DBIx::Class::CDBICompat::NoObjectIndex - Defines empty methods for object indexing. They do nothing =head1 SYNOPSIS @@ -31,4 +33,17 @@ sub remove_from_object_index {} sub clear_object_index {} +=head1 FURTHER QUESTIONS? + +Check the list of L. + +=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 + 1;