Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.31.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 91d2b14..b207b7a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::View::JSON

+0.31  Wed Sep 15 15:14:33 PDT 2010
+        - Chrome doesn't like UTF-8 BOM (Larry Leszczynski)
+
 0.30  Tue Apr 13 01:14:07 CEST 2010
         - Fix test application to call $c->forward('View::JSON') rather than
           (the incorrect) $c->forward('MyApp::View::JSON')
  • Loading branch information
miyagawa committed Sep 15, 2010
1 parent dbd8b6e commit b54b0f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Catalyst::View::JSON

0.31 Wed Sep 15 15:14:33 PDT 2010
- Chrome doesn't like UTF-8 BOM (Larry Leszczynski)

0.30 Tue Apr 13 01:14:07 CEST 2010
- Fix test application to call $c->forward('View::JSON') rather than
(the incorrect) $c->forward('MyApp::View::JSON')
Expand Down
2 changes: 1 addition & 1 deletion lib/Catalyst/View/JSON.pm
@@ -1,7 +1,7 @@
package Catalyst::View::JSON;

use strict;
our $VERSION = '0.30';
our $VERSION = '0.31';
use 5.008_001;

use base qw( Catalyst::View );
Expand Down

0 comments on commit b54b0f9

Please sign in to comment.