Hello All!

Just playing around with Cpan.PM and I have come accross an error that I
am a little unsure about...

When I complie the following code...

# install my favorite programs if necessary:
for $mod (qw(Net::FTP MD5 Data::Dumper)){
  my $obj = CPAN::Shell->expand('Module',$mod);
  $obj->install;
}

I recieve the following error...

Can't locate object method "expand" via package "CPAN::Shell" (perhaps
you forgot to load "CPAN::Shell"?) at ./test

Does this mean I need to install expand.PM???

*Very confused*

Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to