Update to add myself to contributors and to hide Modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / ObjIndexStubs.pm
CommitLineData
c0e7b4e5 1package # hide from PAUSE
2 DBIx::Class::CDBICompat::ObjIndexStubs;
a3018bd3 3
4use strict;
5use warnings;
6
7sub remove_from_object_index { }
8
9sub clear_object_index { }
10
111;