Closed JJ closed 4 years ago
This problem also occurs in version 0.7.1. This the problematic line: https://github.com/Raku/Pod-To-HTML/blob/master/lib/Pod/To/HTML.pm6#L45 Quite obviously it's an attribute, and we're calling it usually (or always) as class methods.
it's going to fail tor all attributes, actually. That variable is not actually used anywhere, but @!body in the next line over has still got the same problem.
We have a similar case in Cro, so I'll address it a bit later today.
Using
raku --doc HTML
on any file does not work:Does not even work on the examples here: