[Rt-commit] r19364 - in rt/3.8/trunk/lib/RT: Interface/Web
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Apr 29 02:31:12 EDT 2009
Author: sunnavy
Date: Wed Apr 29 02:31:12 2009
New Revision: 19364
Modified:
rt/3.8/trunk/lib/RT/Attachment_Overlay.pm
rt/3.8/trunk/lib/RT/CustomField_Overlay.pm
rt/3.8/trunk/lib/RT/Groups.pm
rt/3.8/trunk/lib/RT/Handle.pm
rt/3.8/trunk/lib/RT/Interface/Web/Request.pm
rt/3.8/trunk/lib/RT/StyleGuide.pod
rt/3.8/trunk/lib/RT/Tickets_Overlay.pm
rt/3.8/trunk/lib/RT/Transaction_Overlay.pm
rt/3.8/trunk/lib/RT/URI.pm
Log:
pod fixes
Modified: rt/3.8/trunk/lib/RT/Attachment_Overlay.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Attachment_Overlay.pm (original)
+++ rt/3.8/trunk/lib/RT/Attachment_Overlay.pm Wed Apr 29 02:31:12 2009
@@ -517,7 +517,7 @@
return undef;
}
-=head DelHeader $TAG
+=head2 DelHeader $TAG
Delete a field from the attachment's headers.
@@ -535,7 +535,7 @@
return $self->__Set( Field => 'Headers', Value => $newheader);
}
-=head AddHeader $TAG, $VALUE, ...
+=head2 AddHeader $TAG, $VALUE, ...
Add one or many fields to the attachment's headers.
Modified: rt/3.8/trunk/lib/RT/CustomField_Overlay.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/CustomField_Overlay.pm (original)
+++ rt/3.8/trunk/lib/RT/CustomField_Overlay.pm Wed Apr 29 02:31:12 2009
@@ -353,8 +353,6 @@
# {{{ Dealing with custom field values
-=cut
-
=head2 Custom field values
=head3 Values FIELD
Modified: rt/3.8/trunk/lib/RT/Groups.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Groups.pm (original)
+++ rt/3.8/trunk/lib/RT/Groups.pm Wed Apr 29 02:31:12 2009
@@ -116,8 +116,6 @@
};
-
-
=head1 SEE ALSO
This class allows "overlay" methods to be placed
Modified: rt/3.8/trunk/lib/RT/Handle.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Handle.pm (original)
+++ rt/3.8/trunk/lib/RT/Handle.pm Wed Apr 29 02:31:12 2009
@@ -715,7 +715,7 @@
return (1, join "\n", @warns);
}
-=head InsertData
+=head2 InsertData
Load some sort of data into the database, takes path to a file.
Modified: rt/3.8/trunk/lib/RT/Interface/Web/Request.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Interface/Web/Request.pm (original)
+++ rt/3.8/trunk/lib/RT/Interface/Web/Request.pm Wed Apr 29 02:31:12 2009
@@ -106,7 +106,7 @@
and C<CallbackOnce> arguments, other arguments are passed
throught to callback components.
-=over4
+=over 4
=item CallbackPage
Modified: rt/3.8/trunk/lib/RT/StyleGuide.pod
==============================================================================
--- rt/3.8/trunk/lib/RT/StyleGuide.pod (original)
+++ rt/3.8/trunk/lib/RT/StyleGuide.pod Wed Apr 29 02:31:12 2009
@@ -810,7 +810,7 @@
It is important not to localize the names of rights or statuses within RT's core, as there is logic that depends on them as string identifiers. The proper place to localize these values is when they're presented for display in the web or commandline interfaces.
-=back 4
+=back
=head1 CODING PRCEDURE
Modified: rt/3.8/trunk/lib/RT/Tickets_Overlay.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Tickets_Overlay.pm (original)
+++ rt/3.8/trunk/lib/RT/Tickets_Overlay.pm Wed Apr 29 02:31:12 2009
@@ -3261,13 +3261,6 @@
return ( $self->{'item_map'} );
}
-=cut
-
-
-
-}
-
-
# }}}
@@ -3303,8 +3296,6 @@
=cut
-=cut
-
1;
Modified: rt/3.8/trunk/lib/RT/Transaction_Overlay.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Transaction_Overlay.pm (original)
+++ rt/3.8/trunk/lib/RT/Transaction_Overlay.pm Wed Apr 29 02:31:12 2009
@@ -1145,7 +1145,7 @@
}
-=item DeferredRecipients($freq, $include_sent )
+=head2 DeferredRecipients($freq, $include_sent )
Takes the following arguments:
Modified: rt/3.8/trunk/lib/RT/URI.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/URI.pm (original)
+++ rt/3.8/trunk/lib/RT/URI.pm Wed Apr 29 02:31:12 2009
@@ -157,7 +157,7 @@
# {{{ _GetResolver
-=private _GetResolver <scheme>
+=head2 _GetResolver <scheme>
Gets an RT URI resolver for the scheme <scheme>.
Falls back to a null resolver. RT::URI::base.
@@ -263,7 +263,7 @@
return $self->Resolver->HREF;
}
-=head Resolver
+=head2 Resolver
Returns this URI's URI resolver object
More information about the Rt-commit
mailing list