Re: [Catalyst] Catalyst 'forward' function doesn't return any value

2017-06-29 Thread Mark Keating
Check that your development environment matches the server environment, including Perl version/location (such as using local::lib etc.) - also make sure they are using the same versions of the application and then do a matched upgrade to see if there are any incompatibilities. You can always

Re: [Catalyst] Catalyst 'forward' function doesn't return any value

2017-06-29 Thread Rick Bychowski
Also my first post to the Catalyst list. :-) Are you on the same perl version on your development machine? On Jun 29, 2017 5:06 AM, Michał Nowotka wrote: > > Hi, > > This is my first message here and my first few days with inherited > catalyst app so please be understanding. >

[Catalyst] Catalyst 'forward' function doesn't return any value

2017-06-29 Thread Michał Nowotka
Hi, This is my first message here and my first few days with inherited catalyst app so please be understanding. I have the catalyst app deployed on a server and I can see code like this: my $variable = $c->forward(qw/Curate::Controller::Utils _get_timestamp/) On my local development machine I