Subject: Re: Installing the CPAN module from pkgsrc
To: None <radhika@88thstreet.com>
From: Mark E. Perkins <perkinsm@bway.net>
List: netbsd-help
Date: 02/15/2005 06:58:57
On 2/14/05 22:24, radhika wrote:
> Hi,
> can anybody point me to the directory in pkgsrc I can install CPAN from.

CPAN.pm is standard with Perl (since 5.0someting, as I recall), so should 
have been installed when you installed from pkgsrc. A perl script called 
'cpan' should also be available (in ${LOCALBASE}/bin), which is just 
wrapper around 'perl -MCPAN'.

HTH,
Mark