The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package # Hide me.
    TestApp::View::Mason;

use strict;
eval "use base 'Catalyst::View::Mason';";

eval "__PACKAGE__->config( data_dir => TestApp->path_to('cache')->stringify );";

1;