]>
iEval git - gruntmaster-page.git/blob - lib/Gruntmaster/Page/Index.pm
1 package Gruntmaster
::Page
::Index
;
6 use parent qw
/Exporter/;
7 our @EXPORT_OK = qw
/generate/;
8 our $VERSION = '0.001';
10 use constant TITLE
=> 'Gruntmaster 6000';
12 use HTML
::Template
::Compiled
;
13 use Gruntmaster
::Page
::Common qw
/header footer/;
20 $templates{$_} = header
($_, TITLE
) . $templates{$_} for keys %templates;
21 $templates{$_} .= footer
$_ for keys %templates;
24 HTML
::Template
::Compiled
->new(scalarref
=> \
$templates{$_[1]})->output
This page took 0.039357 seconds and 4 git commands to generate.