From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

package # hide from PAUSE
DBICTest::Taint::Classes::Auto;
use strict;
__PACKAGE__->table('test');
1;