]> iEval git - gruntmaster-page.git/blame - lib/Gruntmaster/Page/Learn.pm
Make all generators inherit from a common base
[gruntmaster-page.git] / lib / Gruntmaster / Page / Learn.pm
CommitLineData
12f5cac9
MG
1package Gruntmaster::Page::Learn;
2
3use 5.014000;
4use strict;
5use warnings;
bb95f538
MG
6use Gruntmaster::Page::Base learn => 'Learn';
7our @ISA = qw/Gruntmaster::Page::Base/;
12f5cac9
MG
8our $VERSION = '0.001';
9
bb95f538
MG
10use constant TEMPLATES => {
11 en => <<'HTML',
cd9af27e
MG
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>
12f5cac9 14HTML
bb95f538 15};
12f5cac9
MG
16
171
This page took 0.022064 seconds and 4 git commands to generate.