Ticket #735 (closed defect: fixed)
Functions panel differs from Highlighting and Perl
| Reported by: | Sewi | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Outline | Version: | 0.49 |
| Keywords: | Cc: |
Description
Given the following source:
sub foo {
}
=pod
=head2 bar
Text for bar
=cut
sub bar {
Highlighter and Perl syntax checker accept the =cut as the end of the POD comment, but the funcions panel requires a empty line before =cut and ignores every following sub otherweise.
Change History
Note: See
TracTickets for help on using
tickets.
