X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fhostname.pl;h=33907c6cb74f7799c541aea098fe5307d26f9099;hb=6b8a2794cd62dd8d195b1d5c2699448cfd2be2c8;hp=cc37d49a335dc83aa3b8fc629a5d385feda1306a;hpb=d9591f87ff50af3a58bed017b7ac5c2a5c448219;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/hostname.pl b/lib/hostname.pl index cc37d49..33907c6 100644 --- a/lib/hostname.pl +++ b/lib/hostname.pl @@ -10,10 +10,6 @@ # # Suggested alternative: Sys::Hostname -warn( "The 'hostname.pl' legacy library is deprecated and will be" - . " removed in the next major release of perl. Please use the" - . " Sys::Hostname module instead." ); - sub hostname { local(*P,@tmp,$hostname,$_);