The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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