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