Hello, I have uploaded my Perl module in CPAN, http://search.cpan.org/search?mode=all&query=net%3A%3Anetconf, but when I am trying to install it using 'cpan Net::netconf' its saying don't know what it is /Net::Netconf/ , cannot install it.
Please suggest something, what is the issue. Regards, Thanks, Priyal _____________________________________________ From: Priyal Jain Sent: Friday, May 16, 2014 2:11 PM To: 'beginners@perl.org' Subject: Error in installing "Bundle::Expect" as dependency for some other module using CPAN Hello, I am uploading my module Net::Netconf http://search.cpan.org/search?mode=all&query=net%3A%3Anetconf in CPAN, but its giving error of dependency not found for Bundle::Expect. I am mentioning all my dependency in Makefile.Pl "use ExtUtils::MakeMaker; our $VERSION ='0.01'; use 5.006; WriteMakefile( NAME => 'Net-Netconf', AUTHOR => 'Juniper Networks, Inc', VERSION_FROM => 'Makefile.PL', PREREQ_PM => {'XML::LibXML'=> '0', 'File::Which'=> '0', 'Bundle::Expect'=>'0',}, ABSTRACT => 'netconf libraries for perl', );" But its giving error. Kindly help me. Thnanks, Priyal