From 9c46db42380b9098624d080a919830e47669e2b9 Mon Sep 17 00:00:00 2001 From: David Baird Date: Mon, 3 Oct 2005 11:10:42 +0000 Subject: [PATCH] Added comment to Maypole::handler() git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@381 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 5668951..5bb07d5 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -58,6 +58,11 @@ sub init } +# handler() has a method attribute so that mod_perl will invoke +# BeerDB->handler() as a method rather than a plain function +# BeerDB::handler() and so this inherited implementation will be +# found. See e.g. "Practical mod_perl" by Bekman & Cholet for +# more information sub handler : method { # See Maypole::Workflow before trying to understand this. -- 2.39.2