Net-FTPServer
view release on metacpan or search on metacpan
lib/Net/FTPServer.pm view on Meta::CPAN
}
# This subroutine loads the command line options and configuration file
# and resolves conflicts. Command line options have priority over
# certain things in the configuration file.
sub _get_configuration
{
my $self = shift;
my $args = shift;
local @ARGV = @$args;
my ($debug, $help, $port, $s_option, $S_option,
$pidfile, $show_version, @overrides);
Getopt::Long::Configure ("no_ignore_case");
Getopt::Long::Configure ("pass_through");
GetOptions (
"C=s" => \$self->{_config_file},
"d+" => \$debug,
( run in 0.542 second using v1.01-cache-2.11-cpan-49f99fa48dc )