Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

package # hide from PAUSE
DBIx::Class::ClassResolver::PassThrough;
use strict;
sub class {
shift;
return shift;
}
1;