On Tue, 30 May 2017 07:19:22 -0700, tbrowder wrote:
> To demonstrate the bug, run:
> 
>   $ perl6 --doc=Text   S26-documentation.pod
> 
> The source file of S26-documentation.pod can be found at:
> 
>   https://github.com/perl6/specs/S26-documentation.pod
> 
> Perl 6 version: 2017.05.16-g494659a built on MoarVM version 2017.05

Details of the failure:

zoffix@leliana/tmp/tmp.W7fyRwu3Tt$ wget 
https://raw.githubusercontent.com/perl6/specs/master/S26-documentation.pod
--2017-05-30 11:01:46--  
https://raw.githubusercontent.com/perl6/specs/master/S26-documentation.pod
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 
151.101.20.133
Connecting to raw.githubusercontent.com 
(raw.githubusercontent.com)|151.101.20.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 93054 (91K) [text/plain]
Saving to: ‘S26-documentation.pod’

S26-documentation.pod                         
100%[===================================================================================================>]
  90.87K  --.-KB/s   in 0.005s 

2017-05-30 11:01:46 (17.5 MB/s) - ‘S26-documentation.pod’ saved [93054/93054]

zoffix@leliana/tmp/tmp.W7fyRwu3Tt$ less S26-documentation.pod 
zoffix@leliana/tmp/tmp.W7fyRwu3Tt$ perl6 --doc=Text   S26-documentation.pod
Use of Nil in string context
  in block  at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 23
Use of Nil in string context
  in block  at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 23
Use of Nil in string context
  in block  at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 23
Use of Nil in string context
  in block  at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 23
Use of Nil in string context
  in block  at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 23
Use of Nil in string context
  in block  at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 23
Use of Nil in string context
  in block  at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 23
Use of Nil in string context
  in block  at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 23
No such method 'contents' for invocant of type 'Str'
  in sub twine2text at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 137
  in sub twine2text at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 137
  in sub para2text at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 58
  in sub named2text at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 49
  in sub pod2text at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 17
  in block  at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 23
  in sub pod2text at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 14
  in sub named2text at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 48
  in sub pod2text at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 17
  in block  at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 23
  in sub pod2text at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 14
  in method render at 
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
 (Pod::To::Text) line 3
  in block <unit> at S26-documentation.pod line 2960

zoffix@leliana/tmp/tmp.W7fyRwu3Tt$ 

Reply via email to