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

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