13 Sep
2010
13 Sep
'10
7:16 a.m.
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