Question
Whilst installing
PublishContrib plugin I get the following perl error:
Can't locate object method "dslip_status" via package "CPAN::Module" at PublishContrib_installer line 247, <STDIN> line 1.
I guess I need to add some module, but not being a perl person I dont know how to do this. Instructions please?
Environment
--
QuentinNorth - 02 Feb 2007
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Goodness me, I have no idea! Sound like you need to update your CPAN install, though. Try this:
$ perl -MCPAN - e shell
install File::Spec
install File::Copy
install File::Path
install LWP
install Archive::Zip
install Archive::Tar
install Net::FTP
--
CrawfordCurrie - 21 Feb 2007
Closing this question after more than 30 days...
--
PeterThoeny - 02 Apr 2007