# New Ticket Created by Dave Rolsky # Please include the string: [perl #127038] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127038 >
There's a class in rakudo's Pod.pm named Pod::Raw, but rakudo does not produce these blocks. I'm not sure whether the bug is that the class exists or that it's never used. I note that for something like "=begin html ... =end html" you get a Pod::Block::Named. That seems ok to me, and maybe we just don't need Pod::Raw to exist. The only issue is that there needs to be a way to tell the parser that the contents of a block should not be parsed for more Pod, or only selected Pod, like we have for code blocks.
