]> iEval git - plack-app-gruntmaster.git/blob - Page/Index.pm
fixed "Page 1 of 0" in job log
[plack-app-gruntmaster.git] / 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.04213 seconds and 4 git commands to generate.