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

# belongs to t/05components.t
package # hide from PAUSE
DBICTest::ForeignComponent::TestComp;
use strict;
sub foreign_test_method { 1 }
1;