From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789 package DBICTest::Schema::NoSuchClass;use warnings;use strict;## This is purposefully not a real DBIC class## Used in t/102load_classes.t1;
package
DBICTest::Schema::NoSuchClass;
use
warnings;
strict;
## This is purposefully not a real DBIC class
## Used in t/102load_classes.t
1;