Skip to content

Commit

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

diff --git a/Changes b/Changes
index 565ab4b..d2363a3 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Tatsumaki

+0.1013  Thu Jul  7 11:49:18 PDT 2011
+        - Added $self->binary(1) in Handler classes to indicate binary responses (gbarr, mateu)
+        - Allow $self->json to be set to customize the way JSON is encoded (ask)
+
 0.1012  Sun Feb 13 20:01:46 PST 2011
         - No code changes. Updated terribly outdated Tatsumaki.pm POD
  • Loading branch information
miyagawa committed Jul 7, 2011
1 parent c8af5e6 commit ae13809
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Tatsumaki

0.1013 Thu Jul 7 11:49:18 PDT 2011
- Added $self->binary(1) in Handler classes to indicate binary responses (gbarr, mateu)
- Allow $self->json to be set to customize the way JSON is encoded (ask)

0.1012 Sun Feb 13 20:01:46 PST 2011
- No code changes. Updated terribly outdated Tatsumaki.pm POD

Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -52,6 +52,7 @@ META.yml
README
t/00_compile.t
t/application_with_moose.t
t/handler/binary.t
t/handler/exception.t
t/handler/root.t
t/handler/sync.t
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -12,3 +12,4 @@
\.gz$
\.cvsignore
\.shipit
MYMETA
2 changes: 1 addition & 1 deletion lib/Tatsumaki.pm
Expand Up @@ -2,7 +2,7 @@ package Tatsumaki;

use strict;
use 5.008_001;
our $VERSION = '0.1012';
our $VERSION = '0.1013';

1;
__END__
Expand Down

0 comments on commit ae13809

Please sign in to comment.