aboutsummaryrefslogtreecommitdiffstats
path: root/lib/FPanel/Login.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/FPanel/Login.pm')
-rw-r--r--lib/FPanel/Login.pm24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/FPanel/Login.pm b/lib/FPanel/Login.pm
index 76dc5bb..e21ef77 100644
--- a/lib/FPanel/Login.pm
+++ b/lib/FPanel/Login.pm
@@ -1,9 +1,16 @@
package FPanel::Login;
+use 5.010_000;
use strict;
use warnings;
use utf8;
+=head1 NAME
+
+Login.pm -
+
+=cut
+
use base 'CGI::Application';
use CGI::Application::Plugin::AutoRunmode;
@@ -217,5 +224,22 @@ sub error_rm : ErrorRunmode {
}
}
+
+=head1 AUTHOR
+
+Guilhem Moulin C<< <guilhem at fripost.org> >>
+
+=head1 COPYRIGHT
+
+Copyright 2012 Guilhem Moulin.
+
+=head1 LICENSE
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as perl itself.
+
+=cut
+
1;
+__END__