Re: [perl #127294] Using POD directives in declarative blocks (like I<...>) doesn't work

2016-01-16 Thread Lloyd Fournier
There are now three of these XD. https://rt.perl.org/Public/Bug/Display.html?id=126954 https://rt.perl.org/Public/Bug/Display.html?id=126654 FYI this is really difficult to implement with pod in its present state. IMO We need POD as another language approach to do this properly: https://github.co

[perl #127294] Using POD directives in declarative blocks (like I<...>) doesn't work

2016-01-16 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #127294] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127294 > For example: #| Here I am sub foo() {} say(&foo.WHY.Str); # Here I am