0.005 release commit v0.005
Matt S Trout [Tue, 11 Jan 2011 22:22:29 +0000 (22:22 +0000)]
Changes
lib/Web/Simple.pm

diff --git a/Changes b/Changes
index 52559b5..f5d3098 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Change log for Web::Simple
 
+0.005 - Tue Jan 11 2011 22:09 UTC
   - Redocument to cover changes
   - Factor dispatcher code out into Web::Dispatch
   - Support 'use Web::Simple;' to default to current package
index e54d47b..b985586 100644 (file)
@@ -6,7 +6,7 @@ use warnings::illegalproto ();
 use Moo ();
 use Web::Dispatch::Wrapper ();
 
-our $VERSION = '0.004';
+our $VERSION = '0.005';
 
 sub import {
   my ($class, $app_package) = @_;