summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/cygwin/lib/perl5/5.10/Net/Hostname.pm.eg
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/cygwin/lib/perl5/5.10/Net/Hostname.pm.eg')
-rw-r--r--chromium/third_party/cygwin/lib/perl5/5.10/Net/Hostname.pm.eg14
1 files changed, 0 insertions, 14 deletions
diff --git a/chromium/third_party/cygwin/lib/perl5/5.10/Net/Hostname.pm.eg b/chromium/third_party/cygwin/lib/perl5/5.10/Net/Hostname.pm.eg
deleted file mode 100644
index 4736c1a6ef2..00000000000
--- a/chromium/third_party/cygwin/lib/perl5/5.10/Net/Hostname.pm.eg
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-
-package Sys::Hostname;
-
-use Net::Domain qw(hostname);
-use Carp;
-
-require Exporter;
-@ISA = qw(Exporter);
-@EXPORT = qw(hostname);
-
-carp "deprecated package 'Sys::Hostname', use Net::Domain" if $^W;
-
-1;