changes line for 0.002 and bump version in Web/Simple.pm
Matt S Trout [Tue, 1 Dec 2009 02:30:20 +0000 (02:30 +0000)]
Changes
lib/Web/Simple.pm

diff --git a/Changes b/Changes
index 037b20e..b9b0d51 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Change log for Web::Simple
 
+0.002 - Tue Dec 01 2009 00:30 UTC
   - fix dispatcher construction to recognise '' as no proto (we expected undef)
   - plackup support, as_psgi_app method
   - Fix SYNOPSIS
index 60bccc9..a9711fe 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings FATAL => 'all';
 use 5.008;
 
-our $VERSION = '0.001';
+our $VERSION = '0.002';
 
 sub setup_all_strictures {
   strict->import;