in reply to Can not Dance on Windows

but that requires Dancer to be served by Starman or similar. Unfortunately, Starman does not work on Windows.

Why do the docs talk about plackup -s FCGI ?

Replies are listed 'Best First'.
Re^2: Can not Dance on Windows
by Anonymous Monk on Dec 07, 2016 at 10:27 UTC
    Because when you install the requirement cpanm --verbose --interactive FCGI::ProcManager on Windows (with StrawberryPerl), it dies with:

    procmanager.t .. Your vendor has not defined POSIX macro SA_RESTART

    Some would try ActiveState Perl, which should be able to overcome this. I rather search for a solution inside Strawberry first.

      If SA_RESTART is missing, it wouldn't matter much which flavor of windows perl you're running

      There are other FCGI things to try FCGI::Engine/FCGI::Async