From 3cb5688a5b221bf3060590eb1f9713d77ce3aaaf Mon Sep 17 00:00:00 2001 From: David Baird Date: Mon, 3 Oct 2005 20:02:26 +0000 Subject: [PATCH 1/1] Changed comment in call_exception() git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@386 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 3077bfd..ad39125 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -256,9 +256,8 @@ sub call_authenticate if $r->model_class and $r->model_class->can('authenticate'); - # passing $r is unnecessary and redundant, but there's probably - # a lot of code out there now using the 2nd instead of the 1st $r, - # so we may as well leave it + # if the driver ($r) and the request ($r) ever get separated out + # properly, then passing the request as an argument will make more sense return $r->authenticate($r); } -- 2.39.2