summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Hook.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-08 01:46:50 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-08 01:46:50 +0100
commitbec277d2e7322b6a4b48b17ae092aefb07f24206 (patch)
treea488c6f05f4f77924ccb9c022ee2aee483cbdf28 /Bugzilla/Hook.pm
parentae694a02f12dc5b21aabdfb45fdcb70bd1738410 (diff)
downloadbugzilla-bec277d2e7322b6a4b48b17ae092aefb07f24206.tar.gz
bugzilla-bec277d2e7322b6a4b48b17ae092aefb07f24206.tar.xz
Add a note about the Example extension in the Bugzilla::Hook POD.
Diffstat (limited to 'Bugzilla/Hook.pm')
-rw-r--r--Bugzilla/Hook.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm
index dcf82544d..ffb6a6e7b 100644
--- a/Bugzilla/Hook.pm
+++ b/Bugzilla/Hook.pm
@@ -77,6 +77,9 @@ subroutine to invoke any extension code if installed.
The implementation of extensions is described in L<Bugzilla::Extension>.
+There is sample code for every hook in the Example extension, located in
+F<extensions/Example/Extension.pm>.
+
=head2 How Hooks Work
When a hook named C<HOOK_NAME> is run, Bugzilla looks through all