[Catalyst] How I get workflow moduler's ui?

2013-04-22 Thread ??????
Dear friends: I have a software requirement using workflow in Catalyst app. In CPAN, I find workflow, I wonder what's the moduler's ui in web app? The node's relation, status, flow must be display in html. Is the workfow moduler for backend, not for foreground? What is the linux web tool

RE: [Catalyst] Populate Log4perl config from Catalyst perl hooks

2013-04-22 Thread Charlie Garrison
Good morning, On 22/04/13 at 3:57 PM -, Anthony Gladdish wrote: It's turned on by default, yet enabling/disabling it before initialising the new log object, doesn't appear to fix: I don't know what else to suggest. This is an (slightly modified) example that works for us: log4perl.a

RE: [Catalyst] Populate Log4perl config from Catalyst perl hooks

2013-04-22 Thread Anthony Gladdish
>-Original Message- >From: Charlie Garrison [mailto:garri...@zeta.org.au] >Sent: 22 April 2013 13:36 >To: The elegant MVC web framework >Subject: RE: [Catalyst] Populate Log4perl config from Catalyst >perl hooks > >Good evening, > >On 22/04/13 at 11:38 AM -, Anthony Gladdish > wrote: >

RE: [Catalyst] Populate Log4perl config from Catalyst perl hooks

2013-04-22 Thread Charlie Garrison
Good evening, On 22/04/13 at 11:38 AM -, Anthony Gladdish wrote: >No, neither removing the backslash or adding the require statement has worked. You haven't by chance disabled `allow_code` in Log::Log4perl config? Charlie -- Ꮚ Charlie Garrison ♊ O< ascii ribbon campaign - stop

RE: [Catalyst] Populate Log4perl config from Catalyst perl hooks

2013-04-22 Thread Anthony Gladdish
>-Original Message- >From: Charlie Garrison [mailto:garri...@zeta.org.au] >Sent: 22 April 2013 12:26 >To: The elegant MVC web framework >Subject: Re: [Catalyst] Populate Log4perl config from Catalyst >perl hooks > >Good evening, > >On 22/04/13 at 10:25 AM -, Anthony Gladdish > wrote: >

Re: [Catalyst] Populate Log4perl config from Catalyst perl hooks

2013-04-22 Thread Charlie Garrison
Good evening, On 22/04/13 at 10:25 AM -, Anthony Gladdish wrote: Then in my Log4perl config: log4perl.appender.LOGFILE.layout.ConversionPattern=\sub { return MyApp::Cat::my_test_hook(); } Unfortunately, this only prints " \sub { return MyApp::Cat::my_test_hook(); } " in my log file!

[Catalyst] Populate Log4perl config from Catalyst perl hooks

2013-04-22 Thread Anthony Gladdish
Hi, I'm trying to add values to the Log4perl configuration from my Catalyst config, via Perl hooks as per https://metacpan.org/module/Log::Log4perl#Perl-Hooks-in-the-Configuration-File My main Cat app file is: package MyApp::Cat; use strict; use warnings; use