experimentally expose psgi $env as $_[ENV]
[catagits/Web-Simple.git] / Changes
1 Change log for Web::Simple
2
3   - Experimentally use $_[ENV] for the PSGI env
4   - Add CSS::Declare
5   - Add more tags to HTML::Tags
6
7 0.002 - Tue Dec 01 2009 00:30 UTC
8   - fix dispatcher construction to recognise '' as no proto (we expected undef)
9   - plackup support, as_psgi_app method
10   - Fix SYNOPSIS
11
12 0.001 - Tue Nov 24 2009 21:54 UTC
13
14   - Initial release