aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel/Hosts/hosts.pm
blob: 7bcdf7e87bb56d4de70c98f23ce41dc1f453cb99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package AdminPanel::Hosts::hosts; 

use Modern::Perl 2011;
use autodie;
use diagnostics;
# use Config::Hosts;

use base qw(Exporter);
our @EXPORT = qw(
                );

1;