The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package MyApp2::Controller;
use Kelp::Base 'MyApp2';

sub blessed { ref shift }

# Access to modules
sub test_module { shift->config('charset') }

1;