>
> Is that module literally the only dependency or does it depend on much 
> more and possibly even a separate installed server?
>

There's an app for that.

    https://widgets.stratopan.com/wheel?q=Plack-1.0030&fs=1

Literally all you have to do is change the shebang line.

  #!/usr/bin/env plackup -s CGI
  use Mojolicious::Lite;

  get '/' => {text => 'Hello PSGI!'};

  app->start;

--
sebastian

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to