aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel/Hosts
diff options
context:
space:
mode:
Diffstat (limited to 'AdminPanel/Hosts')
-rw-r--r--AdminPanel/Hosts/hosts.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/AdminPanel/Hosts/hosts.pm b/AdminPanel/Hosts/hosts.pm
new file mode 100644
index 0000000..7bcdf7e
--- /dev/null
+++ b/AdminPanel/Hosts/hosts.pm
@@ -0,0 +1,12 @@
+package AdminPanel::Hosts::hosts;
+
+use Modern::Perl 2011;
+use autodie;
+use diagnostics;
+# use Config::Hosts;
+
+use base qw(Exporter);
+our @EXPORT = qw(
+ );
+
+1;