switch to using Plack, add FCGI support, use Plack::Test instead of HTTP::Request...
[catagits/Web-Simple.git] / lib / Web / Simple / Application.pm
2010-02-22 markie switch to using Plack, add FCGI support, use Plack...
2010-01-20 Matt S Trout skeleton BUILDALL support
2009-11-30 Matt S Trout sub {} == undef proto, sub () {} == '' proto
2009-11-30 Matt S Trout fix Application.pm to handle empty sub protos correctly
2009-11-27 Matt S Trout add as_psgi_app and make run_if_script return it for...
2009-11-23 Matt S Trout first cut at body matching
2009-11-22 Matt S Trout subdispatch
2009-11-21 Matt S Trout more renaming and cleanup
2009-11-21 Matt S Trout add return so code doesn't explode after use
2009-11-11 Matt S Trout start of dispatch strategy docs
2009-11-11 Matt S Trout switched to Web::Simple::Dispatcher
2009-11-04 Matt S Trout default default_config method
2009-11-04 Matt S Trout perl bloggery.cgi / runs get request
2009-11-04 Matt S Trout I R RETARD. fix 500 errors
2009-10-22 Matt S Trout redispatch_to
2009-10-22 Matt S Trout first cut of Web-Simple