Re: [cgiirc-general] incomplete dependency list
Brought to you by:
dgl
From: <dch...@gm...> - 2024-09-25 23:56:02
|
I saw the programmer/maintainer/developer/creator say on GitHub.com the commits need building. I found a shell script that built Mozilla.pm. However, now I have another problem, either due to no build instructions (maybe I missed some other build scripts?) or a bug, and I posted that on CGI:IRC GitHub issues page last night. On 9/25/24 7:06 AM, Mike Flannigan wrote: > > I don't know the answer to your question, but > I thought I would post a surprising response to > cpan h: > > *cpan h* > Loading internal logger. Log::Log4perl recommended for better logging > Reading '/home/mike/.cpan/Metadata' > Database was generated on Wed, 25 Sep 2024 10:41:01 GMT > >(error): Could not expand [h]. Check the module name. > >(info): I can suggest names if you install one of > Text::Levenshtein::XS, Text::Levenshtein::Damerau::XS, > Text::Levenshtein, and Text::Levenshtein::Damerau::PP > >(info): and you provide the -x option on invocation. > >(error): Skipping h because I couldn't find a matching namespace. > > $ *cpan* > Loading internal logger. Log::Log4perl recommended for better logging > > Starting with version 2.29 of the cpan shell, a new download mechanism > is the default which exclusively uses cpan.org as the host to download > from. The configuration variable pushy_https can be used to (de)select > the new mechanism. Please read more about it and make your choice > between the old and the new mechanism by running > > o conf init pushy_https > > Once you have done that and stored the config variable this dialog > will disappear. > Terminal does not support AddHistory. > > To fix that, maybe try> install Term::ReadLine::Perl > > > cpan shell -- CPAN exploration and modules installation (v2.36) > Enter 'h' for help. > > cpan[1]> *i CGI::IRC* > Reading '/home/mike/.cpan/Metadata' > Database was generated on Wed, 25 Sep 2024 10:41:01 GMT > No objects found of any type for argument CGI::IRC > > cpan[2]> > > > > > I really expected this would work also: > > > cpan i CGI::IRC > Loading internal logger. Log::Log4perl recommended for better logging > Reading '/home/mike/.cpan/Metadata' > Database was generated on Wed, 25 Sep 2024 10:41:01 GMT > >(error): Could not expand [i]. Check the module name. > >(info): I can suggest names if you install one of > Text::Levenshtein::XS, Text::Levenshtein::Damerau::XS, > Text::Levenshtein, and Text::Levenshtein::Damerau::PP > >(info): and you provide the -x option on invocation. > >(error): Skipping i because I couldn't find a matching namespace. > >(error): Could not expand [CGI::IRC]. Check the module name. > >(error): Skipping CGI::IRC because I couldn't find a matching namespace. > $ > > > I guess I am not reading this correctly: > https://perldoc.perl.org/CPAN#SYNOPSIS > > > > Mike > > > On 9/25/24 07:41, cgi...@li... wrote: >> Date: Wed, 25 Sep 2024 04:39:43 -0700 >> From:dch...@gm... >> To:cgi...@li... >> Subject: [cgiirc-general] incomplete dependency list |