From: Michael G Schwern Date: Sat, 15 Mar 2008 03:01:57 +0000 (+0000) Subject: Add missing method to NoObjectIndex. X-Git-Tag: v0.08240~516 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c27646a3d7f0945c7d14f2ba551667335e93f5f6;p=dbsrgits%2FDBIx-Class.git Add missing method to NoObjectIndex. --- diff --git a/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm b/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm index d0a68ba..003c875 100644 --- a/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm +++ b/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm @@ -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 {}