http://bugzilla.spamassassin.org/show_bug.cgi?id=3756
------- Additional Comments From [EMAIL PROTECTED] 2004-09-06 21:13 -------
(Adding description that got lost in the original submission.)
This applies specifically to Mail/SpamAssassin/Plugin.pm but may also affect
other documentation.
In several places the PoD uses something similar to
C<$permsgstatus->get_message()>
This is parsed as "C<$permsgstatus->" and "get_message()>" which is not what was
intended.
The doc should instead use
C<$permsgstatus-E<gt>get_message()>
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.