Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / NoObjectIndex.pm
index d0a68ba..5dd6268 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 =head1 NAME
 
-DBIx::Class::CDBICompat::NoObjectIndex
+DBIx::Class::CDBICompat::NoObjectIndex - Defines empty methods for object indexing. They do nothing
 
 =head1 SYNOPSIS
 
@@ -23,6 +23,8 @@ faster because it removes code from the object insert and retrieve chains.
 
 sub nocache { return 1 }
 
+sub purge_object_index_every {}
+
 sub purge_dead_from_object_index {}
 
 sub remove_from_object_index {}