summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Hook.pm
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2006-03-01 00:23:31 +0100
committerjocuri%softhome.net <>2006-03-01 00:23:31 +0100
commit692dcb72ed5ed25d2320a962ab28008a797c5b08 (patch)
tree755f4c040bd8a6420a8f045a9d6a413e9a82ad00 /Bugzilla/Hook.pm
parent729911c15cbdb7189ccbc74d69c4ffd302b4976e (diff)
downloadbugzilla-692dcb72ed5ed25d2320a962ab28008a797c5b08.tar.gz
bugzilla-692dcb72ed5ed25d2320a962ab28008a797c5b08.tar.xz
Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test 11).
Diffstat (limited to 'Bugzilla/Hook.pm')
-rw-r--r--Bugzilla/Hook.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm
index 91188e87b..97bec6c5c 100644
--- a/Bugzilla/Hook.pm
+++ b/Bugzilla/Hook.pm
@@ -72,6 +72,8 @@ hooks. When a piece of standard Bugzilla code wants to allow an extension
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.