Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Dec 11, 2009
1 parent 5cb5f6b commit d3f3a2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 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).
Expand Down
2 changes: 1 addition & 1 deletion lib/Catalyst/Action/REST.pm
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion lib/Catalyst/Controller/REST.pm
Expand Up @@ -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
Expand Down

0 comments on commit d3f3a2e

Please sign in to comment.