From 036afec4834ecaf601e59f9104e351bc7b053edc Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Wed, 4 Jun 2014 09:10:53 +0100 Subject: Remove another unnecessary file --- Config.eg | 49 ------------------------------------------------- MANIFEST | 1 - 2 files changed, 50 deletions(-) delete mode 100644 Config.eg 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 -- cgit v1.2.3-24-ge0c7