The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package DBICNSTest::RtBug41083::Schema::Foo::Sub;
use strict;
use warnings;
use base 'DBICNSTest::RtBug41083::Schema::Foo';
1;