]> iEval git - plack-app-gruntmaster.git/blame_incremental - Learn.pm
fixed "Page 1 of 0" in job log
[plack-app-gruntmaster.git] / Learn.pm
... / ...
CommitLineData
1package Gruntmaster::Page::Learn;
2
3use 5.014000;
4use strict;
5use warnings;
6use Gruntmaster::Page::Base learn => 'Learn';
7our @ISA = qw/Gruntmaster::Page::Base/;
8our $VERSION = '0.001';
9
10use constant TEMPLATES => {
11 en => <<'HTML',
12Install interactive-perl-tutorial from your nearest CPAN mirror. Run <code>cpan App::InteractivePerlTutorial</code>.
13<p>You can also get the source from <a href="http://git.ieval.ro/?p=app-interactiveperltutorial.git">git.ieval.ro</a>
14HTML
15};
16
171
This page took 0.026821 seconds and 5 git commands to generate.