From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345 use strict;use Test::More tests => 2;BEGIN { use_ok('Catalyst::Model::DBI::SQL::Library') }BEGIN { use_ok('Catalyst::Helper::Model::DBI::SQL::Library') }
use
strict;
Test::More
tests
=> 2;
BEGIN { use_ok(
'Catalyst::Model::DBI::SQL::Library'
) }
'Catalyst::Helper::Model::DBI::SQL::Library'