about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-06-04 09:10:53 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-06-04 09:10:53 +0100
commit036afec4834ecaf601e59f9104e351bc7b053edc (patch)
tree2ab86c46c375143ee2ba4f5a927cd0a6334c581c
parentfe3b81dc474261917155df74de25747fd593faf8 (diff)
downloadperl-libnet-036afec4834ecaf601e59f9104e351bc7b053edc.tar.gz
Remove another unnecessary file
-rw-r--r--Config.eg49
-rw-r--r--MANIFEST1
2 files changed, 0 insertions, 50 deletions
diff --git a/Config.eg b/Config.eg
deleted file mode 100644
index 8202315..0000000
--- a/Config.eg
+++ /dev/null
@@ -1,49 +0,0 @@
-package Net::Config;
-
-require Exporter;
-use vars qw(@ISA @EXPORT %NetConfig);
-use strict;
-
-@EXPORT = qw(%NetConfig);
-@ISA = qw(Exporter);
-
-# WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING
-# WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING
-#
-# Below this line is auto-generated, *ANY* changes will be lost
-
-%NetConfig = (
-        # the followinf parameters are all lists of hosts for the
-        # respective protocols.
-        nntp_hosts => [],
-        snpp_hosts => [],
-        pop3_hosts => [],
-        smtp_hosts => [],
-        ph_hosts => [],
-        daytime_hosts => [],
-        time_hosts => [],
-
-        # your internet domain
-        inet_domain => undef,
-
-        # If you have an ftp proxy firewall (not an http firewall)
-        # then set this to the name of the firewall
-        ftp_firewall => undef,
-
-        # set if all connections done via the firewall should use
-        # passive data connections
-        ftp_ext_passive => 0,
-
-        # set if all connections not done via the firewall should use
-        # passive data connections
-        ftp_int_passive => 0,
-
-        # If set the make test will attempt to connect to the hosts above
-        test_hosts => 0,
-
-        # Used during Configure (which you are not using) to do
-        # DNS lookups to ensure hosts exist
-        test_exist => 0,
-
-);
-1;
diff --git a/MANIFEST b/MANIFEST
index 5e45dbf..46a20b1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,4 @@
 Changes
-Config.eg
 Configure
 MANIFEST
 MANIFEST.SKIP