enable matching of empty string specs
[catagits/Web-Simple.git] / lib / Web / Dispatch / Parser.pm
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
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-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