From 767cf3ab81497136189b8a9176d133e69f52d6a0 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 7 Mar 2010 16:47:29 -0800 Subject: [PATCH] Add a note about the Example extension in the Bugzilla::Hook POD. --- Bugzilla/Hook.pm | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2