Skip to content

Commit

Permalink
removed the WARNING statement for Plack support
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Sep 17, 2009
1 parent ef5c163 commit 0edfc22
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,6 @@

The easiest way to write a webapp with Perl

WARNING

This branch is a work in progress to get Dancer
work with PSGI/Plack as well as a standalone version.

The testsuite does not pass yet.

It will be merged in the master branch when:
[X] all the response built are made by Dancer::Response
[X] the Plack mode becomes optional
[X] the plain old standalone version is still provided
[X] the user can choose to run with or without Plack with
a config attribute (like `plack: on' in a config file).

See example/webapp.pm for the proof of concept

-> You need the CGI.pm patched version from http://github.com/miyagawa/CGI.pm

perl -I./lib -I../CGI.pm/lib -I./example plackup -c example/app.psgi

WARNING

=== ABOUT ===

That project intends to become a port of Ruby's Sinatra framework: a framework
Expand Down

0 comments on commit 0edfc22

Please sign in to comment.