]> iEval git - gruntmaster-page.git/blob - lib/Gruntmaster/Page/Index.pm
a413e6a9cba5e42a46b98aaeba36519a84bff2e9
[gruntmaster-page.git] / lib / Gruntmaster / Page / Index.pm
1 package Gruntmaster::Page::Index;
2
3 use 5.014000;
4 use strict;
5 use warnings;
6 use Gruntmaster::Page::Base index => 'Gruntmaster 6000';
7 our @ISA = qw/Gruntmaster::Page::Base/;
8 our $VERSION = '0.001';
9
10 use constant TEMPLATES => {
11 en => <<'HTML',
12 HTML
13 };
14
15 1
This page took 0.045965 seconds and 3 git commands to generate.