From 05394499f055da47a4ac9eabeebaa38a28f78905 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 27 Oct 2010 22:56:37 -0700 Subject: [PATCH] =?utf8?q?Increase=20Sys::Hostname=E2=80=99s=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ext/Sys-Hostname/Hostname.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Sys-Hostname/Hostname.pm b/ext/Sys-Hostname/Hostname.pm index d3ab6f3..5bed5ec 100644 --- a/ext/Sys-Hostname/Hostname.pm +++ b/ext/Sys-Hostname/Hostname.pm @@ -14,7 +14,7 @@ our $VERSION; our $host; BEGIN { - $VERSION = '1.13'; + $VERSION = '1.14'; { local $SIG{__DIE__}; eval { -- 2.7.4