Skip to content

Commit

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

Index: Changes
===================================================================
--- Changes	(revision 39135)
+++ Changes	(working copy)
@@ -1,5 +1,8 @@
 Revision history for Perl extension Encode::JP::Mobile
 
+0.28  Thu Apr 19 19:18:54 PDT 2012
+        - Fixed RT:76373
+
 0.27
         - Fixed failing tests on perl5.12+ (Tokuhiro Matsuno)
         - Added MIME-Header-JP-Mobile-* encodings (Naoki Tomita)
  • Loading branch information
miyagawa committed Apr 20, 2012
1 parent 5cff688 commit 2f40e4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension Encode::JP::Mobile Revision history for Perl extension Encode::JP::Mobile


0.28 Thu Apr 19 19:18:54 PDT 2012
- Fixed RT:76373

0.27 0.27
- Fixed failing tests on perl5.12+ (Tokuhiro Matsuno) - Fixed failing tests on perl5.12+ (Tokuhiro Matsuno)
- Added MIME-Header-JP-Mobile-* encodings (Naoki Tomita) - Added MIME-Header-JP-Mobile-* encodings (Naoki Tomita)
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
\.h$ \.h$
^\. ^\.
t/author t/author
MYMETA
2 changes: 1 addition & 1 deletion lib/Encode/JP/Mobile.pm
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
package Encode::JP::Mobile; package Encode::JP::Mobile;
use strict; use strict;
our $VERSION = "0.27"; our $VERSION = "0.28";


use Carp; use Carp;
use Encode; use Encode;
Expand Down

0 comments on commit 2f40e4d

Please sign in to comment.