]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Gruntmaster/Page/Us/Entry.pm
Introduce Gruntmaster::Page::Generic
[plack-app-gruntmaster.git] / lib / Gruntmaster / Page / Us / Entry.pm
diff --git a/lib/Gruntmaster/Page/Us/Entry.pm b/lib/Gruntmaster/Page/Us/Entry.pm
deleted file mode 100644 (file)
index 628f9fa..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-package Gruntmaster::Page::Us::Entry;
-
-use 5.014000;
-use strict;
-use warnings;
-use Gruntmaster::Page::Base us_entry => '<tmpl_var name>';
-our @ISA = qw/Gruntmaster::Page::Base/;
-our $VERSION = '0.001';
-
-sub _generate{
-       my ($self, $htc, $lang, $env, $us) = @_;
-       debug $env => "language is '$lang', user is '$us'";
-       local $_ = $us;
-
-       $htc->param(name => user_name);
-       $htc->param(town => user_town);
-       $htc->param(university => user_university);
-       $htc->param(level => user_level);
-}
-
-1
This page took 0.020964 seconds and 4 git commands to generate.