DEBSOURCES
Skip Quicknav
sources / libpoet-perl / 0.15-1 / lib / Poet / Mason / Plugin.pm
12345678
package Poet::Mason::Plugin; $Poet::Mason::Plugin::VERSION = '0.15'; use Moose; with 'Mason::Plugin'; __PACKAGE__->meta->make_immutable(); 1;