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


Given the following:

"1".say;
=begin pod
=end pod1
"2".say;

The output is only "1" but should be "1\n2" or at least a runtime
error message for unmatched POD.

Regards,
Ahmad M. Zawawi

Reply via email to