Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.21. Changelog diff is:
Browse files Browse the repository at this point in the history
=== Changes
==================================================================
--- Changes	(revision 6884)
+++ Changes	(local)
@@ -1,5 +1,9 @@
 Revision history for Perl extension Catalyst::View::JSON
 
+0.21  Thu Oct 18 13:53:47 PDT 2007
+        - Update JSON::Any dependency to 1.11
+          (Thanks to typester and perigrin)
+
 0.20  Wed Aug 29 03:23:27 PDT 2007
         - Fixed POD config 'V::JSON' to 'View::JSON'
           (Thanks to Matt S Trout)
  • Loading branch information
miyagawa committed Oct 18, 2007
1 parent 3c42bf0 commit b883887
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Catalyst::View::JSON

0.21 Thu Oct 18 13:53:47 PDT 2007
- Update JSON::Any dependency to 1.11
(Thanks to typester and perigrin)

0.20 Wed Aug 29 03:23:27 PDT 2007
- Fixed POD config 'V::JSON' to 'View::JSON'
(Thanks to Matt S Trout)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -6,7 +6,7 @@ all_from 'lib/Catalyst/View/JSON.pm';
build_requires 'Test::More';
build_requires $_ for qw( JSON JSON::Parser JSON::Converter );

requires 'JSON::Any';
requires 'JSON::Any', 1.11;
requires 'Catalyst', 5.60;

auto_include;
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.20';
our $VERSION = '0.21';

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

0 comments on commit b883887

Please sign in to comment.