Wow thank you very much for the quick and helpful response. I will
cross-post the customHandler examples to the OTRS dev group and keep
you appraised of our progress.
On May 21, 3:29 am, agentzh <agen...@gmail.com> wrote:
> On Thu, May 21, 2009 at 12:25 PM, agentzh <agen...@gmail.com> wrote:
> > Forgot to mention that while developing custom handler, it's recommended to
> > run perl -c Foo.pm yourself to check syntax error, or OpenResty would simply
> > give you a misleading error like this:
>
> > {"error":"Handler for the \"shell\" category not found.","success":0}
>
> > I'll look into this and fix it in a future release :)
>
> Already fixed in the new CPAN release 0.5.11 :)
>
> > and run the test like this:
>
> > USER=agentz prove -Ilib t/56-shell.t
>
> The USER environment variable is no longer used in 0.5.11 :)
>
> Have fun,
> -agentzh