# New Ticket Created by  David Warring 
# Please include the string:  [perl #129862]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=129862 >


Consider pod.pl:

=begin pod

=begin table
a | b | c
l | m | n
x | y
=end table

=end pod

% perl6  --doc /tmp/pod.pl

Method 'chars' not found for invocant of class 'Any'
  in block  at 
/home/david/git/rakudo-stable/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
(Pod::To::Text) line 71
  in sub table2text at
/home/david/git/rakudo-stable/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
(Pod::To::Text) line 70
  in sub pod2text at
/home/david/git/rakudo-stable/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
(Pod::To::Text) line 23
  in block  at 
/home/david/git/rakudo-stable/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
(Pod::To::Text) line 27
  in sub pod2text at
/home/david/git/rakudo-stable/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
(Pod::To::Text) line 18
  in sub named2text at
/home/david/git/rakudo-stable/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
(Pod::To::Text) line 52
  in sub pod2text at
/home/david/git/rakudo-stable/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
(Pod::To::Text) line 21
  in block  at 
/home/david/git/rakudo-stable/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
(Pod::To::Text) line 27
  in sub pod2text at
/home/david/git/rakudo-stable/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
(Pod::To::Text) line 18
  in method render at
/home/david/git/rakudo-stable/install/share/perl6/sources/5DD1D8B49C838828E13504545C427D3D157E56EC
(Pod::To::Text) line 3

Reply via email to