]> iEval git - plack-app-gruntmaster.git/blame_incremental - lib/Gruntmaster/Page/Index.pm
Make all generators inherit from a common base
[plack-app-gruntmaster.git] / lib / Gruntmaster / Page / Index.pm
... / ...
CommitLineData
1package Gruntmaster::Page::Index;
2
3use 5.014000;
4use strict;
5use warnings;
6use Gruntmaster::Page::Base index => 'Gruntmaster 6000';
7our @ISA = qw/Gruntmaster::Page::Base/;
8our $VERSION = '0.001';
9
10use constant TEMPLATES => {
11 en => <<'HTML',
12HTML
13};
14
151
This page took 0.020445 seconds and 4 git commands to generate.