fix a memory leak introduced by 1f8cad5e5a1875de94d63ac91d8ded4d2282c62e
[catagits/Web-Simple.git] / lib / Web / Dispatch.pm
2014-07-08 Christian Walde fix a memory leak introduced by 1f8cad5e5a1875de94d63ac...
2014-05-20 Christian Walde allow dispatching to a method name as a string instead...
2014-05-20 Christian Walde disassemble DispatchNode since Dispatch.pm can now...
2014-05-20 Christian Walde refactor _construct_node to reduce code duplication
2014-05-20 Christian Walde allow passing either psgi app, or application object...
2011-11-29 John Napiorkowski first draft of http methods, with a test case
2011-11-22 John Napiorkowski predicates are objects
2011-11-02 Christian Walde [sub{ }] can now be returned by a route to be used...
2011-10-06 Matt S Trout maintain $env->{Web::Dispatch.original_env} for ParamPa...
2011-10-04 Matt S Trout add comment to _to_try for dispatch strategy
2011-10-04 Christian Walde more spacing fixes
2011-10-04 Christian Walde fixed a few spaces
2011-10-04 Christian Walde enable matching of empty string specs
2011-10-04 Christian Walde removed some duplication
2011-10-03 Matt S Trout rename things in an attempt to gain slightly more clarity
2011-10-03 Christian Walde elsif christmas tree is back, but hidden away
2011-10-03 Christian Walde _dispatch is now more explicit about what it does
2011-02-11 Matt S Trout fix environment changes within subdispatch and arrange...
2011-01-17 Matt S Trout Make Web::Dispatch return [$cv] as $cv to allow subref...
2010-12-15 Matt S Trout refactor dispatch some more
2010-12-15 Matt S Trout handle strings as well as prototypes
2010-11-19 Matt S Trout factor dispatcher out into Web::Dispatch