From 88ede2ea026377c7a9ca59ad74cd822545f3cbc9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 4 Sep 2012 22:29:24 +0200 Subject: License (GNU GPL) --- lib/FPanel/Interface.pm | 25 +++++++++++++++++++++++++ lib/FPanel/Login.pm | 24 ++++++++++++++++++++++++ 2 files changed, 49 insertions(+) (limited to 'lib/FPanel') diff --git a/lib/FPanel/Interface.pm b/lib/FPanel/Interface.pm index 8c9ca10..5945ea9 100644 --- a/lib/FPanel/Interface.pm +++ b/lib/FPanel/Interface.pm @@ -1,9 +1,16 @@ package FPanel::Interface; +use 5.010_000; use strict; use warnings; use utf8; +=head1 NAME + +Interface.pm - + +=cut + use lib 'lib'; use base 'FPanel::Login'; @@ -522,4 +529,22 @@ sub dn2email { return "$1\@$2"; } + +=head1 AUTHOR + +Guilhem Moulin C<< >> + +=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__ 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<< >> + +=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__ -- cgit v1.2.3