The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789 # belongs to t/05components.tpackage # hide from PAUSE DBICTest::ForeignComponent::TestComp;use warnings;use strict;sub foreign_test_method { 1 }1;
# belongs to t/05components.t
package
# hide from PAUSE
DBICTest::ForeignComponent::TestComp;
use
warnings;
strict;
sub
foreign_test_method { 1 }
1;