# Works on 5.30.2, fails on 5.16.3
# No next::method 'new' found for SQL::Abstract::More at /Users/pjlsergeant/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/darwin-2level/mro.pm line 27.
use Module::Runtime;
Module::Runtime::require_module('SQL::Abstract::More');
my $s = SQL::Abstract::More->new();