The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 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;