Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
123456789 package DBICNSTest::Rslt::B;use warnings;use strict;use base qw/DBIx::Class::Core/;__PACKAGE__->table('b');__PACKAGE__->add_columns('b');1;
package
DBICNSTest::Rslt::B;
use
warnings;
strict;
base
qw/DBIx::Class::Core/
;
__PACKAGE__->table(
'b'
);
__PACKAGE__->add_columns(
1;