The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#   belongs to t/05components.t
package # hide from PAUSE
    DBICTest::ForeignComponent::TestComp;
use warnings;
use strict;

sub foreign_test_method { 1 }

1;