]> iEval git - gruntmaster-page.git/blobdiff - lib/Gruntmaster/Page/Passwd.pm
Import some changes from the mindcoding branch
[gruntmaster-page.git] / lib / Gruntmaster / Page / Passwd.pm
index 86689ac04be0621a93bc59083e5e1f36d399a865..3a7522e4e6393a8a2a2d02cf6beb5105db491317 100644 (file)
@@ -1,14 +1,7 @@
 package Gruntmaster::Page::Passwd;
 
-use 5.014000;
-use strict;
-use warnings;
 use Gruntmaster::Page::Base;
-our @ISA = qw/Gruntmaster::Page::Base/;
-our $VERSION = '0.001';
-
 use Apache2::Authen::Passphrase qw/pwcheck pwset/;
-use Plack::Request;
 
 sub generate{
        my ($self, $format, $env) = @_;
@@ -22,6 +15,4 @@ sub generate{
        reply 'Password changed successfully';
 }
 
-sub variants{ [[reply => 1, undef, undef, undef, undef, undef]] }
-
 1
This page took 0.016744 seconds and 4 git commands to generate.