The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CatalystX::Features::View::Mason - Makes View::Mason know about features

VERSION

version 0.26

SYNOPSIS

package MyApp::View::Mason;
use base 'CatalystX::Features::View::Mason';

DESCRIPTION

Use this base class to make View::Mason support Mason in your features.

Just make MyApp::View::Mason inherit from this class to put mason files under your feature's /root.

CONFIG

mason_prefix

Appended to the feature /root dir.

<CatalystX::Features>
	<simple.feature>
		mason_prefix mason
		mason_prefix more_mason
	</simple.feature>
</CatalystX::Features>

AUTHORS

Rodrigo de Oliveira (rodrigolive), C<rodrigolive@gmail.com>

LICENSE

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.