The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package # hide from PAUSE
    DBIx::Class::CDBICompat::ObjIndexStubs;

use strict;
use warnings;

sub remove_from_object_index { }

sub clear_object_index { }

1;