in reply to Something wrong with metacpan.org?
> 1.26perl -MAstro::Montenbruck -le 'print $Astro::Montenbruck::VERSION'
> Astro::Montenbruck is not installed at -e line 1.perl -MExtUtils::Installed -MData::Dumper -le 'print Dumper(ExtUtils:: +Installed->new->files("Astro::Montenbruck"))'
But Module::Metadata sees it (perldoc works too):
> /lib/site_perl/5.36.0/Astro/Montenbruck.pmperl -MModule::Metadata -MData::Dumper -le 'print Module::Metadata->ne +w_from_module("Astro::Montenbruck")->{filename}'
I guess something's wrong with the installation configs (packlist?) and hope that someone who understands such things can figure it out and contact the author with the required fixes for this otherwise excellent distribution.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Something wrong with metacpan.org? (or Astro::Montenbruck)
by Anonymous Monk on Feb 03, 2023 at 19:11 UTC | |
by choroba (Cardinal) on Feb 04, 2023 at 22:26 UTC | |
by Anonymous Monk on Feb 05, 2023 at 00:26 UTC | |
by choroba (Cardinal) on Feb 05, 2023 at 10:44 UTC | |
by Anonymous Monk on Feb 05, 2023 at 16:52 UTC | |
|