On Sat, 8 Jan 2005 04:26:29 +0100, A. Pagaltzis <[EMAIL PROTECTED]> wrote: > But ::Lite is misleading anyway. It's not the module's goal to be > a light implementation of FTP, rather it intends to support > things Net::FTP doesn't.
So call it something else -- to load it -- but internally, keep the Net::FTP package name do it can be "droppped in" to provide those extra things --- # use Net::FTP; but I wantTLS! use Net::FTP::NotByGBARR; my $ftp = new Net::FTP ... -- David L Nicol You're striving for harmony, and, if you try to take too much, you'll come to grief. -- Michael Redmond