From: Eric Prestemon Date: Fri, 17 Jul 2009 03:13:42 +0000 (-0700) Subject: Fix version number and Changes file X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33b8755a38b7ab8429d5e41f3cfd53f797ce819f;hp=97aba997126fcc589de5e348a5a81a89b3e2c2cb;p=catagits%2FCatalyst-TraitFor-Request-ProxyBase.git Fix version number and Changes file --- diff --git a/Changes b/Changes index 570d1ff..8c7841a 100644 --- 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. diff --git a/lib/Catalyst/TraitFor/Request/ProxyBase.pm b/lib/Catalyst/TraitFor/Request/ProxyBase.pm index 66197d5..0d79317 100644 --- a/lib/Catalyst/TraitFor/Request/ProxyBase.pm +++ b/lib/Catalyst/TraitFor/Request/ProxyBase.pm @@ -3,7 +3,7 @@ use Moose::Role; use URI (); use namespace::autoclean; -our $VERSION = '0.000002'; +our $VERSION = '0.000003'; requires qw/ base