Ticket #549 (closed defect: fixed)
Padre::Pod2HTML double anchors
| Reported by: | submersible_toaster | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | editor | Version: | trunk |
| Keywords: | Cc: |
Description
Reported by cowens in #padre.
#!/usr/bin/perl use strict; use warnings; use Padre::Pod2HTML; print Padre::Pod2HTML->pod2html(join '', <DATA>); __DATA__ =head2 test L<test>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

