Hi,

  sub params {
      my ($self, $request, $params) = @_;
      $params ||= { };
  
      my $plist = $self->{ SERVICE_PARAMS };
      my $all = $plist->{ all };
  
      return $params unless keys %$plist;
      $request = Apache::Request->new($request);
               ^

Is this intentional (Andy)? Was ||= in mind, like for $params?

I'm currently trying to (ab)use this module via a custom Maypole view
and we already have the request object.

Paul

PS thank you for having $params as an in/out var! (merging hashes later)--



-- 
Paul Makepeace .............................. http://paulm.com/inchoate/

"What is ja? Questions, questions."
   -- http://paulm.com/toys/surrealism/

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to