Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.25. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index 8f1ede6..1e0f954 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::View::JSON

+0.25  Sat Apr 18 19:09:46 CST 2009
+        - Use MRO::Compat instead of NEXT. (Florian Ragwitz)
+
 0.24  Mon Mar  3 01:42:30 PST 2008
         - removed t/02_ut8.t since it doesn't do anything useful
  • Loading branch information
miyagawa committed Apr 18, 2009
1 parent cbe9d6f commit ef0f1c0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -0,0 +1,5 @@
META.yml
Makefile
inc/
pm_to_blib
*~
1 change: 1 addition & 0 deletions .shipit
Expand Up @@ -5,3 +5,4 @@ steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeD
#svn.tagpattern = ShipIt-%v

#CheckChangeLog.files = ChangeLog
git.push_to = origin
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Catalyst::View::JSON

0.25 Sat Apr 18 19:09:46 CST 2009
- Use MRO::Compat instead of NEXT. (Florian Ragwitz)

0.24 Mon Mar 3 01:42:30 PST 2008
- removed t/02_ut8.t since it doesn't do anything useful

Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.SKIP
Expand Up @@ -10,4 +10,5 @@
\.gz$
\.cvsignore
.shipit
\.svn
\.svn
\.git
2 changes: 1 addition & 1 deletion lib/Catalyst/View/JSON.pm
@@ -1,7 +1,7 @@
package Catalyst::View::JSON;

use strict;
our $VERSION = '0.24';
our $VERSION = '0.25';

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

0 comments on commit ef0f1c0

Please sign in to comment.