On Wed, Jun 29, 2016 at 9:00 AM, Will Coleda wrote:
> On Tue, Jun 28, 2016 at 5:32 PM, Tom Browder wrote:
>> I am trying to debug a P6 pod problem, and the problem code seems to be in
>> file:
>>
>> rakudo/src/Perl6/Pod.nqp
>>
>> My question is how can I access code in that file?
>>
>> + Can I
On Tue, Jun 28, 2016 at 5:32 PM, Tom Browder wrote:
> I am trying to debug a P6 pod problem, and the problem code seems to be in
> file:
>
> rakudo/src/Perl6/Pod.nqp
>
> My question is how can I access code in that file?
>
> + Can I write an nqp script, use the Perl6::Pod module, and operate th