From: Hans Dieter Pearcey Date: Thu, 25 Jun 2009 18:54:17 +0000 (-0400) Subject: bump for packaging X-Git-Tag: 0.72 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ef7fdb4877523cf584fe0b8627369d810508dbf8;hp=38c3a9b2841e1f056bf201c987dc0b9c16fafbb5;p=catagits%2FCatalyst-Action-REST.git bump for packaging --- diff --git a/Changes b/Changes index 12d66a1..3590b87 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +Thu Jun 25 14:52:29 EDT 2009 (hdp) - Release 0.72 + Refresh Module::Install + Sat Mar 28 09:16:09 PDT 2009 (hdp) - Release 0.71 Fix RT#44641, missing documented 'end' action diff --git a/README b/README index 692c135..6aafae4 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Catalyst::Controller::REST - A RESTful controller VERSION - 0.71 + 0.72 SYNOPSIS package Foo::Controller::Bar; diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index b9e84cf..806dd86 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -18,7 +18,7 @@ use Catalyst::Controller::REST; BEGIN { require 5.008001; } -our $VERSION = '0.71'; +our $VERSION = '0.72'; sub new { my $class = shift; diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index bb7fda9..f802d36 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -1,6 +1,6 @@ package Catalyst::Controller::REST; -our $VERSION = '0.71'; +our $VERSION = '0.72'; =head1 NAME