* Dariush Pietrzak <[EMAIL PROTECTED]> [2005-01-08 01:24]: > > Bad name. That should be Net::FTP::Lite. > My code has nothing to do with Net::FTP, it's not a subclass or > anything, I believe Graham Barr could get offended if someone > was to associate my code with his masterpiece.
Sure it has something to do with Net::FTP -- it does a very similar thing. It has as much to do with Net::FTP as Net::CIDR::Lite has to do with Net::CIDR. The name is bad. It's not an FTP doodad for an implementation of Lite which is a network thing. It's a Lite version of an implementation of the FTP protocol, which is a network thing. So the name is Net::FTP::Lite, if anything. 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. Regards, -- #Aristotle *AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1} &Just->another->Perl->hacker;