Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: LWP vs ExtUtils::Installed vs libwww::perl vs Module::Metadata

by Anonymous Monk
on Sep 23, 2018 at 09:31 UTC ( [id://1222886]=note: print w/replies, xml ) Need Help??


in reply to LWP vs ExtUtils::Installed vs libwww::perl vs Module::Metadata

Here's another mystery:
perl -MExtUtils::Installed -le 'print join "\n", grep /midi/i, ExtUtils::Installed->modules()'

MIDI-Perl
MIDI::Ngram
MIDI::Pitch
MIDI::Praxis::Variation
MIDI::Simple::Drummer
MIDI::Tab
MIDI::Trans

perl -MExtUtils::Installed -le 'print join "\n", ExtUtils::Installed->files("MIDI-Perl")'

/perl-5.26.2/lib/site_perl/5.26.2/MIDI.pm
13 more files...

perl -MModule::Metadata -MData::Dumper -le 'print(Dumper(Module::Metadata->new_from_module("MIDI-Perl")))'

$VAR1 = undef;

perl -MModule::Metadata -MData::Dumper -le 'print(Dumper(Module::Metadata->new_from_module("MIDI")))'

$VAR1 = bless( {
                 'module' => 'MIDI',
                 'filename' => '/perl-5.26.2/lib/site_perl/5.26.2/MIDI.pm',
  • Comment on Re: LWP vs ExtUtils::Installed vs libwww::perl vs Module::Metadata

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1222886]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-25 21:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found