Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
perl -MExtUtils::Installed -le 'print join "\n", grep /lwp/i, ExtUtils +::Installed->modules()' LWP::ConsoleLogger LWP::MediaTypes LWP::Protocol::http::SocketUnixAlt LWP::Protocol::https Test::LWP::UserAgent perl -MExtUtils::Installed -le 'print join "\n", grep /libwww/i, ExtUt +ils::Installed->modules()' libwww::perl perl -MExtUtils::Installed -le 'print join "\n", ExtUtils::Installed-> +files("libwww::perl")' /perl-5.26.2/lib/site_perl/5.26.2/LWP.pm 43 more files... perl -MModule::Metadata -MData::Dumper -le' print(Dumper(Module::Metad +ata->new_from_module("libwww::perl")))' $VAR1 = undef; perl -MModule::Metadata -MData::Dumper -le' print(Dumper(Module::Metad +ata->new_from_module("LWP")))' $VAR1 = bless( { 'filename' => '/perl-5.26.2/lib/site_perl/5.26.2/LWP. +pm', 'module' => 'LWP', perl -MExtUtils::Installed -le 'print join "\n", ExtUtils::Installed-> +files("LWP")' LWP is not installed at -e line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: LWP vs ExtUtils::Installed vs libwww::perl vs Module::Metadata
by haukex (Archbishop) on Sep 23, 2018 at 07:52 UTC | |
by Anonymous Monk on Sep 23, 2018 at 10:12 UTC | |
by haukex (Archbishop) on Sep 24, 2018 at 07:55 UTC | |
by Anonymous Monk on Sep 23, 2018 at 09:21 UTC | |
|
Re: LWP vs ExtUtils::Installed vs libwww::perl vs Module::Metadata
by haukex (Archbishop) on Sep 24, 2018 at 14:14 UTC | |
by Anonymous Monk on Sep 24, 2018 at 20:05 UTC | |
|
Re: LWP vs ExtUtils::Installed vs libwww::perl vs Module::Metadata
by Anonymous Monk on Sep 23, 2018 at 09:31 UTC |