aboutsummaryrefslogtreecommitdiffstats
path: root/lib/FPanel/Interface.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/FPanel/Interface.pm')
-rw-r--r--lib/FPanel/Interface.pm25
1 files changed, 25 insertions, 0 deletions
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<< <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__