Help for this page
package My::Base; use Moose; has filename => (is => "ro", ... package main; my $x=My::Derived->new(filename=>"/etc/myconfig"); print $x->config,"\n";'
/etc/myconfig.cfg