[Dancer-users] Apache with Plack deployment woes seem to be back
Alexis Sukrieh
sukria at sukria.net
Mon Sep 13 09:16:09 CEST 2010
Le 12/09/2010 06:41, P Kishor a écrit :
>
> #!/usr/local/bin/perl
> use Dancer;
> use lib ('lib');
> load_app 'app';
> dance;
Hmm, looks like a regression to me, could you try this:
use lib path(dirname(__FILE__), 'lib');
If that fixes the problem, it means we have a bug in the scaffolding of
the app.
Regards,
--
Alexis Sukrieh
More information about the Dancer-users
mailing list