Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
In the second example searching for "cgi" returns the metadata for "CGI" but both module and filename keys contain "cgi" and are not valid as a package or file for the "CGI" distribution?perl -MModule::Metadata -MData::Dumper -le "print(Dumper(Module::Metad +ata->new_from_module('CGI')))" perl -MModule::Metadata -MData::Dumper -le "print(Dumper(Module::Metad +ata->new_from_module('cgi')))"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Module::Metadata case sensitivity
by tobyink (Canon) on Aug 19, 2018 at 03:29 UTC | |
by Anonymous Monk on Aug 19, 2018 at 07:12 UTC | |
by tobyink (Canon) on Aug 19, 2018 at 07:21 UTC | |
by Anonymous Monk on Aug 20, 2018 at 21:27 UTC | |
|
Re: Module::Metadata case sensitivity
by Anonymous Monk on Aug 19, 2018 at 06:59 UTC |