in reply to Re^5: Something wrong with metacpan.org? (or Astro::Montenbruck)
in thread Something wrong with metacpan.org?

Thanks for looking into it choroba. We found the bug in Astro::Montenbruck but is there also one in Module::Build? One would think Module::Build could detect the inconsistency and die with helpful warnings. It's also evident that Astro::Montenbruck does not install its scripts because the "script_files" array is missing in the Build.PL

Finally, metacpan has a problem handling unicode in "raw code" view (all modules afaik):
https://fastapi.metacpan.org/source/KRUSHI/Astro-Montenbruck-1.26/README.md

  • Comment on Re^6: Something wrong with metacpan.org? (or Astro::Montenbruck)

Replies are listed 'Best First'.
Re^7: Something wrong with metacpan.org? (or Astro::Montenbruck)
by marto (Cardinal) on Feb 05, 2023 at 19:34 UTC

    PR to address the module_name and script files issue.