You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P6DOC_DEBUG=1 raku --doc=HTML lib/Pod/To/HTML.pm6
===SORRY!=== Error while compiling /home/jmerelo/Code/forks/raku/Pod-To-Html/lib/Pod/To/HTML.pm6
P6M Merging GLOBAL symbols failed: duplicate definition of symbol HTML
at /home/jmerelo/Code/forks/raku/Pod-To-Html/lib/Pod/To/HTML.pm6:676
Does not have anything to do with DEBUG, anyway. Same error. And I'm going to bet on this being caused by finanalyst/raku-pod-render#9
The text was updated successfully, but these errors were encountered:
I've noticed Pod::To::PDF does the same when run on itself:
$ raku -I . --doc=PDF lib/Pod/To/PDF.rakumod
===SORRY!=== Error while compiling /home/david/git/Pod-To-PDF-raku/lib/Pod/To/PDF.rakumod
P6M Merging GLOBAL symbols failed: duplicate definition of symbol PDF
at /home/david/git/Pod-To-PDF-raku/lib/Pod/To/PDF.rakumod:298
I suspect that there could be underlying Rakudo restriction
I got this error when using both modules Pod::To::HTML and Pod::To::Markdown. Luckily I only used one of them and after removing the import, the error went away.
Following instructions in the README,
Does not have anything to do with DEBUG, anyway. Same error. And I'm going to bet on this being caused by finanalyst/raku-pod-render#9
The text was updated successfully, but these errors were encountered: