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


It's not clear which =begin is not terminated here, based on the error. 
Maybe '=begin at line 1 not terminated by matching '=end pod' would be a 
clearer error statement.

--cut here--
=begin pod

=begin Documentation

=end pod
--cut here--

===SORRY!=== Error while compiling /home/jgoff/bug.pm
'=begin' not terminated by matching '=end Documentation'
at /home/jgoff/bug.pm:5
------> <BOL>⏏=end pod
     expecting any of:
         horizontal whitespace
         whitespace

--cut here--
=begin pod

=begin Documentation

=end Documentation
--cut here--
===SORRY!=== Error while compiling /home/jgoff/bug.pm
'=begin' not terminated by matching '=end pod'
at /home/jgoff/bug.pm:6
------> <BOL>⏏<EOL>
     expecting any of:
         horizontal whitespace
         whitespace

Reply via email to