]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Gruntmaster/Page/Learn.pm
Remove generators which are now articles
[plack-app-gruntmaster.git] / lib / Gruntmaster / Page / Learn.pm
diff --git a/lib/Gruntmaster/Page/Learn.pm b/lib/Gruntmaster/Page/Learn.pm
deleted file mode 100644 (file)
index 95c6182..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-package Gruntmaster::Page::Learn;
-
-use 5.014000;
-use strict;
-use warnings;
-use Gruntmaster::Page::Base learn => 'Learn';
-our @ISA = qw/Gruntmaster::Page::Base/;
-our $VERSION = '0.001';
-
-use constant TEMPLATES => {
-       en => <<'HTML',
-Install interactive-perl-tutorial from your nearest CPAN mirror. Run <code>cpan App::InteractivePerlTutorial</code>.
-<p>You can also get the source from <a href="http://git.ieval.ro/?p=app-interactiveperltutorial.git">git.ieval.ro</a>
-HTML
-};
-
-1
This page took 0.021916 seconds and 4 git commands to generate.