aboutsummaryrefslogtreecommitdiffstats
path: root/SiteSummary.pm
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-19 09:38:23 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-19 09:38:23 +0000
commit8dad91d0e2dce2aec79b8a1d7bc474343d9f3bd0 (patch)
tree83e9947d237f65e3edb60d07eaed7ae3a5ea964b /SiteSummary.pm
parent4f5fe5139130a682f4e416d0361792cda42f812c (diff)
downloadsitesummary-8dad91d0e2dce2aec79b8a1d7bc474343d9f3bd0.tar.gz
sitesummary-8dad91d0e2dce2aec79b8a1d7bc474343d9f3bd0.tar.bz2
sitesummary-8dad91d0e2dce2aec79b8a1d7bc474343d9f3bd0.tar.xz
Sort list of exported functions.
Diffstat (limited to 'SiteSummary.pm')
-rw-r--r--SiteSummary.pm16
1 files changed, 8 insertions, 8 deletions
diff --git a/SiteSummary.pm b/SiteSummary.pm
index 4db2953..78fc71f 100644
--- a/SiteSummary.pm
+++ b/SiteSummary.pm
@@ -9,20 +9,20 @@ our $VERSION = 0.01;
our @ISA = qw(Exporter);
our @EXPORT = qw(
for_all_hosts
+ get_debian_edu_profile
+ get_debian_edu_ver
get_default_route
+ get_dns_address
get_filepath_current
+ get_hardware_info
get_hostclass
- get_site
- get_sitegroup
get_hostname
- get_dns_address
+ get_linux_kernel_ver
get_macaddresses
- get_primary_macaddress
get_primary_ip_address
- get_linux_kernel_ver
- get_debian_edu_profile
- get_debian_edu_ver
- get_hardware_info
+ get_primary_macaddress
+ get_site
+ get_sitegroup
is_laptop
is_pkg_installed
);