POD fix from gregoa of the debian team
[catagits/Web-Simple.git] / lib / Web / Dispatch /
2011-10-04 Christian Walde enable matching of empty string specs
2011-10-03 Matt S Trout experimental upload support
2011-09-23 Matt S Trout add *.* and **.* dispatch patterns
2011-02-11 Matt S Trout fix environment changes within subdispatch and arrange...
2011-02-02 Devin Austin added mst's fix to ParamParser for Content-type stuffs
2011-01-10 John Napiorkowski fix for response_filter regression and matching test
2010-12-15 Matt S Trout isolate param matching in Predicates
2010-12-15 Matt S Trout factor out and simplify param parsing logic
2010-12-15 Matt S Trout cleanup match_ usage
2010-12-15 Matt S Trout factor out match_not
2010-12-15 Matt S Trout refactor dispatch some more
2010-12-15 Matt S Trout handle strings as well as prototypes
2010-12-14 Robin Edwards adapted to take dashes
2010-11-27 Matt S Trout fix config handling, finish porting bloggery, safer...
2010-11-24 Matt S Trout as_psgi_app becomes to_psgi_app, factor dispatcher...
2010-11-19 Matt S Trout factor dispatcher out into Web::Dispatch
2010-11-19 Matt S Trout make non-/-terminated path matches allow an extension
2010-11-19 Matt S Trout factor dispatch parser out