]> iEval git - gruntmaster-page.git/blob - lib/Gruntmaster/Page/Index.pm
Make all generators inherit from a common base
[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.038755 seconds and 4 git commands to generate.