]> iEval git - gruntmaster-page.git/blob - lib/Gruntmaster/Page/Learn.pm
Remove some languages
[gruntmaster-page.git] / lib / Gruntmaster / Page / Learn.pm
1 package Gruntmaster::Page::Learn;
2
3 use 5.014000;
4 use strict;
5 use warnings;
6 use Gruntmaster::Page::Base learn => 'Learn';
7 our @ISA = qw/Gruntmaster::Page::Base/;
8 our $VERSION = '0.001';
9
10 use constant TEMPLATES => {
11 en => <<'HTML',
12 Install 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>
14 HTML
15 };
16
17 1
This page took 0.034665 seconds and 4 git commands to generate.