> On 18 Dec 2015, at 04:34, Lloyd Fournier (via RT) 
> <perl6-bugs-follo...@perl.org> wrote:
> 
> # New Ticket Created by  Lloyd Fournier 
> # Please include the string:  [perl #126954]
> # in the subject line of all future correspondence about this issue. 
> # <URL: https://rt.perl.org/Ticket/Display.html?id=126954 >
> 
> 
> #| look it's a C<thing>!
> sub thing { ... }
> 
> say &thing.WHY.contents.perl;
> 
> #-> ["look its a C<thing>"]

Feels like ENOTABUG to me.

What does “parse as POD” even mean in this context?  It’s a string that *could* 
be interpreted as pod.  But it’s still just a Str.  It’s entirely up to you 
what you do with it.  Standard tools will use it *as* pod, yes.  But at the 
.WHY level, it’s just a Str.


Well, anyway, that’s my interpretation of it :-)



Liz

Reply via email to