[Rt-commit] r15648 - rt/branches/3.999-DANGEROUS/lib/RT/Model

ruz at bestpractical.com ruz at bestpractical.com
Fri Aug 29 15:41:48 EDT 2008


Author: ruz
Date: Fri Aug 29 15:41:45 2008
New Revision: 15648

Modified:
   rt/branches/3.999-DANGEROUS/lib/RT/Model/Attachment.pm

Log:
* typos in pod syntax

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/Attachment.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/Attachment.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/Attachment.pm	Fri Aug 29 15:41:45 2008
@@ -511,7 +511,7 @@
     return undef;
 }
 
-=head del_header $TAG
+=head2 del_header $TAG
 
 Delete a field from the attachment's headers.
     
@@ -529,7 +529,7 @@
     return $self->__set( field => 'headers', value => $newheader );
 }
 
-=head add_header $TAG, $VALUE, ...
+=head2 add_header $TAG, $VALUE, ...
 
 Add one or many fields to the attachment's headers.
 


More information about the Rt-commit mailing list