From d3f3a2ed11595db3f5d10e8ae395a04209670356 Mon Sep 17 00:00:00 2001 From: Tomas Doran Date: Fri, 11 Dec 2009 01:09:43 +0000 Subject: [PATCH] Bump versions --- Changes | 6 ++++++ lib/Catalyst/Action/REST.pm | 2 +- lib/Catalyst/Controller/REST.pm | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index edcaab3..41ffcff 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,13 @@ +Fri 11 Dec 01:08:00 GMT 2009 - Release 0.79 Cope with invalid (missing required q parameter) header like: application/json; charset="utf-8" + Fix documentation to not mention deprecated things and generally be + in better style. + + Make author information consistant and only in one module. + Mon 28 Sep 15:01:03 BST 2009 - Release 0.78 Require Moose for the tests (RT#50066). diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index 7adc6b2..d27be7d 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -17,7 +17,7 @@ use Catalyst::Controller::REST; BEGIN { require 5.008001; } -our $VERSION = '0.78'; +our $VERSION = '0.79'; $VERSION = eval $VERSION; sub new { diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index b77eb61..99addac 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -2,7 +2,7 @@ package Catalyst::Controller::REST; use strict; use warnings; -our $VERSION = '0.78'; +our $VERSION = '0.79'; $VERSION = eval $VERSION; =head1 NAME