remove use of 'use base'
[catagits/Web-Simple.git] / lib / Web / Dispatch / Predicates.pm
2014-07-11 Matt S Trout remove use of 'use base'
2012-04-27 Matt S Trout basic named path part matching
2012-04-03 Andrew Rodland Fix match parsing with perl 5.8.8
2012-01-30 Christian Walde added match_true and match_false
2011-11-29 John Napiorkowski first draft of http methods, with a test case
2011-11-22 John Napiorkowski predicates are objects
2011-10-06 Matt S Trout maintain $env->{Web::Dispatch.original_env} for ParamPa...
2011-10-03 Matt S Trout experimental upload support
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 factor out match_not
2010-12-15 Matt S Trout refactor dispatch some more
2010-11-19 Matt S Trout factor dispatcher out into Web::Dispatch
2010-11-19 Matt S Trout factor dispatch parser out