aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Fripost/Panel/Interface.pm (renamed from lib/FPanel/Interface.pm)4
-rw-r--r--lib/Fripost/Panel/Login.pm (renamed from lib/FPanel/Login.pm)2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/FPanel/Interface.pm b/lib/Fripost/Panel/Interface.pm
index 053e1a2..b636861 100644
--- a/lib/FPanel/Interface.pm
+++ b/lib/Fripost/Panel/Interface.pm
@@ -1,4 +1,4 @@
-package FPanel::Interface;
+package Fripost::Panel::Interface;
use 5.010_000;
use strict;
@@ -11,9 +11,9 @@ Interface.pm -
=cut
+use parent 'Fripost::Panel::Login';
use Fripost::Schema;
use Fripost::Password;
-use parent 'FPanel::Login';
use HTML::Entities;
diff --git a/lib/FPanel/Login.pm b/lib/Fripost/Panel/Login.pm
index ab7bf36..8dcfd2b 100644
--- a/lib/FPanel/Login.pm
+++ b/lib/Fripost/Panel/Login.pm
@@ -1,4 +1,4 @@
-package FPanel::Login;
+package Fripost::Panel::Login;
use 5.010_000;
use strict;