I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / ObjIndexStubs.pm
1 package # hide from PAUSE
2     DBIx::Class::CDBICompat::ObjIndexStubs;
3
4 use strict;
5 use warnings;
6
7 sub remove_from_object_index { }
8
9 sub clear_object_index { }
10
11 1;