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