You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2006/07/06 20:42:02 UTC

svn commit: r419649 - /spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm

Author: felicity
Date: Thu Jul  6 11:42:01 2006
New Revision: 419649

URL: http://svn.apache.org/viewvc?rev=419649&view=rev
Log:
bug 4973: fix PerMsgStatus POD so that set_tag and get_tag are visible

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm?rev=419649&r1=419648&r2=419649&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm Thu Jul  6 11:42:01 2006
@@ -1082,6 +1082,7 @@
 ###########################################################################
 
 # public API for plugins
+
 =item $status->set_tag($tagname, $value)
 
 Set a template tag, as used in C<add_header>, report templates, etc. This API
@@ -1114,6 +1115,7 @@
 }
 
 # public API for plugins
+
 =item $string = $status->get_tag($tagname)
 
 Get the current value of a template tag, as used in C<add_header>, report