Eric Wang <ericw12@...> writes:
>> > Thanks! but the Glob warning is such a anonying warning, every
>> > script of mine using Net::Ftp::Common has it.
Ok, version 5.2d was uploaded to CPAN with a fix. All I did was add a
sub to Common.pm:
sub quit {
my $self = shift;
$self->connected and $self->GetCommon('FTPSession')->quit;
}