diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2008-08-06 08:03:52 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2008-08-06 08:03:52 +0000 |
commit | 220eae3e005c17b2a24a4717c145d8c67da14112 (patch) | |
tree | 52dc9aa32a4c7d964dbfd21a2e964e5f09cbc67a /SiteSummary.pm | |
parent | fcf06652ba7aafdc76ec03d99f378566d92ff336 (diff) | |
download | sitesummary-220eae3e005c17b2a24a4717c145d8c67da14112.tar.gz sitesummary-220eae3e005c17b2a24a4717c145d8c67da14112.tar.bz2 sitesummary-220eae3e005c17b2a24a4717c145d8c67da14112.tar.xz |
* Make sure to export the get_primary_ip_address function in the
SiteSummary perl module.
Diffstat (limited to 'SiteSummary.pm')
-rw-r--r-- | SiteSummary.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SiteSummary.pm b/SiteSummary.pm index d07d27c..944d964 100644 --- a/SiteSummary.pm +++ b/SiteSummary.pm @@ -16,6 +16,7 @@ our @EXPORT = qw( get_hostname get_dns_address get_primary_macaddress + get_primary_ip_address get_linux_kernel_ver get_debian_edu_profile get_debian_edu_ver |