Fix version number and Changes file
Eric Prestemon [Fri, 17 Jul 2009 03:13:42 +0000 (20:13 -0700)]
Changes
lib/Catalyst/TraitFor/Request/ProxyBase.pm

diff --git a/Changes b/Changes
index 570d1ff..8c7841a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.000003
+
+ - Update POD, include one line summary in Name
+
 0.000002
 
  - Always apply the Request base to $c->req->base, not just on assignment.
index 66197d5..0d79317 100644 (file)
@@ -3,7 +3,7 @@ use Moose::Role;
 use URI ();
 use namespace::autoclean;
 
-our $VERSION = '0.000002';
+our $VERSION = '0.000003';
 
 requires qw/
     base