Avoid a FC5 performance hit by using a named hash and then blessing it.
[dbsrgits/DBIx-Class-Historic.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;