From: Max Kanat-Alexander Date: Mon, 8 Mar 2010 00:47:29 +0000 (-0800) Subject: Add a note about the Example extension in the Bugzilla::Hook POD. X-Git-Tag: bugzilla-3.6rc1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=767cf3ab81497136189b8a9176d133e69f52d6a0;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 2b9341ab43..4ba1bae625 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