From: Max Kanat-Alexander Date: Mon, 8 Mar 2010 00:46:50 +0000 (-0800) Subject: Add a note about the Example extension in the Bugzilla::Hook POD. X-Git-Tag: bugzilla-3.7.1~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bec277d2e7322b6a4b48b17ae092aefb07f24206;p=thirdparty%2Fbugzilla.git Add a note about the Example extension in the Bugzilla::Hook POD. --- diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index dcf82544da..ffb6a6e7b5 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. +There is sample code for every hook in the Example extension, located in +F. + =head2 How Hooks Work When a hook named C is run, Bugzilla looks through all