Subject: | Since the _server.pl changed to use "Catalyst::ScriptRunner" .. AppBuilder does not seem to work :( |
Thanks very much for making AppBuilder, it is a great idea and has saved
me a lot of messing about.
Recently an update to the way the catalyst.pl creates the boiler plate
files means that when I run any Apps that use the AppBuilder I get this:
Can't call method "run" on an undefined value at
/home/benjamin/perl5/lib/perl5/Catalyst.pm line 2195
I can see the major change is that the _server.pl file now uses:
Catalyst::ScriptRunner;
instead of lots of lines of code ending in MyApp->run.
With this inmind I am not sure if this is a bug report or a request to
update the documentation on how to use the AppBuilder... either way
because AppBuilder is so good I need it to work and need some assitance.
Please contact me if you want more information or to tell me stop being
stupid and just do XXXX instead :)
thanks again,
-Ben