Make Web::Dispatch return [$cv] as $cv to allow subref responses
[catagits/Web-Simple.git] / Changes
1 Change log for Web::Simple
2
3   - Make Web::Dispatch return [\$cv] as \$cv to allow subref responses
4
5 0.005 - Tue Jan 11 2011 22:09 UTC
6   - Redocument to cover changes
7   - Factor dispatcher code out into Web::Dispatch
8   - Support 'use Web::Simple;' to default to current package
9
10 0.004 - Thu Jul 08 2010 22:08 UTC
11   - Hide Plack Modules from PAUSE
12
13 0.003 - Thu Jul 08 2010 14:48 UTC
14   - Experimentally use $_[ENV] for the PSGI env
15   - Add CSS::Declare
16   - Add more tags to HTML::Tags
17
18 0.002 - Tue Dec 01 2009 00:30 UTC
19   - fix dispatcher construction to recognise '' as no proto (we expected undef)
20   - plackup support, as_psgi_app method
21   - Fix SYNOPSIS
22
23 0.001 - Tue Nov 24 2009 21:54 UTC
24
25   - Initial release