package MyChild; use Moo; use lib '.'; with 'Bar', 'Foo'; 1;