finanalyst / raku-pod-render

Renders Raku POD to HTML, or MarkDown. GUI to take POD from a Module and create a README.md from it. Other output formats possible by changing templates
Artistic License 2.0
8 stars 6 forks source link

Cro::WebApp::Template::Repository::Build doesn't exists #10

Closed vrurg closed 2 years ago

vrurg commented 2 years ago

Upgrading of Raku::Pod::Render fails with:

Failed to resolve some missing dependencies (use e.g. --exclude="Cro::WebApp::Template::Repository::Build" to skip)

The error message is correct: there is no such module in the ecosystem.

finanalyst commented 2 years ago

Issue is resolved. The META6.json errors in CWT-Repository-Hash have been eliminated, and the testing environment for this module has been amended so that tests pass.