$self no longer automatically in scope, fixing test
[catagits/Web-Simple.git] / lib / Web / Simple / Application.pm
2010-11-25 John Napiorkowski $self no longer automatically in scope, fixing test
2010-11-24 Matt S Trout as_psgi_app becomes to_psgi_app, factor dispatcher...
2010-11-20 Matt S Trout switch to Moo
2010-11-19 Matt S Trout factor dispatcher out into Web::Dispatch
2010-11-19 Matt S Trout factor dispatch parser out
2010-10-09 Matt S Trout pass ARGV to _run_cli to enable testing
2010-10-08 Matt S Trout squelch 'used only once' warnings
2010-10-07 Matt S Trout make Class->as_psgi_app only call ->new once
2010-09-25 Matt S Trout skeleton CLI support
2010-08-29 Matt S Trout don't duplicate the PSGI_ENV
2010-05-11 Matt S Trout experimentally expose psgi $env as $_[ENV] with-ENV
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