Add missing method to NoObjectIndex.
Michael G Schwern [Sat, 15 Mar 2008 03:01:57 +0000 (03:01 +0000)]
lib/DBIx/Class/CDBICompat/NoObjectIndex.pm

index d0a68ba..003c875 100644 (file)
@@ -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 {}