[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian packages to upgrade for the new perl(s)



On Thursday 1 July 1999, at 14 h 1, the keyboard of John Lapeyre 
<lapeyre@physics.arizona.edu> wrote:

> > Why does a simple perl script need to depend on perl at all? Does it use
> > things not in perl-base?
> 
> I'm not sure what constitutes 'simple'.
> This is from /usr/bin/dupload :

> use Cwd;    

In perl-base
            
> use Getopt::Long;       

In perl

> use File::Basename;

In perl-base

> use Net::FTP;           Not there

In libnet-perl. dupload depends on it. 

> use English;            Not there

In perl




Reply to: