On Mon, Aug 2, 2010 at 9:42 PM, P Kishor <punk.kish@gmail.com> wrote:
I have discovered that if I type the following in my application
directory "~/Sites/dance"

  perl -MPlack::Runner -e"Plack::Runner->run('app.psgi')"

the application runs fine. Its starts up with the prompt

   HTTP::Server::PSGI: Accepting connections at http://0:5000/

and I am able to see my web site at http://localhost:5000/

Hi

There is a bug in the last Dancer version on CPAN: in the app.psgi file, you need to add a "use lib 'lib'" before the load_app instruction.

Let us know if this works for you.

Thanks