=head1 DISCLAIMER
B<This module is experimental>. It is poorly documented, and not very flexible.
-Search L<http://bugzilla.mozilla.org/> for a list of known LDAP bugs.
+Search L<http:E<sol>E<sol>bugzilla.mozilla.orgE<sol>> for a list of known LDAP bugs.
None of the core Bugzilla developers, nor any of the large installations, use
this module, and so it has received less testing. (In fact, this iteration
=item C<bugs_ids()>
Description: Returns all bug IDs that belong to the component.
-
+
Params: none.
Returns: A reference to an array of bug IDs.
$comp_name - String with a component name.
Returns: Bugzilla::Component object.
-
+
=back
=cut
to perform additional functions, it uses Bugzilla::Hook's process()
subroutine to invoke any extension code if installed.
+=over 4
+
=item C<process>
Invoke any code hooks with a matching name from any installed extensions.
=head1 SEE ALSO
L<Template::Plugin>
-L<Customization.xml in the Bugzilla Guide>
-L<http://bugzilla.mozilla.org/show_bug.cgi?id=229658>
-L<http://bugzilla.mozilla.org/show_bug.cgi?id=298341>
+L<http:E<sol>E<sol>www.bugzilla.orgE<sol>docsE<sol>tipE<sol>htmlE<sol>customization.html>
+L<http:E<sol>E<sol>bugzilla.mozilla.orgE<sol>show_bug.cgi?id=229658>
+L<http:E<sol>E<sol>bugzilla.mozilla.orgE<sol>show_bug.cgi?id=298341>