Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yappo committed May 23, 2013
1 parent 7c33b0c commit 9398b08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,12 @@ Revision history for Amon2-Plugin-Web-L10N

{{$NEXT}}

v0.1.4 2013-05-23 17:18:02 JST
- add po_file_langs option
- add Amon2 context method document
- remove $c->l10n method
- fixed #1 Undeclared dependency on Locale::Maketext::Lexicon

v0.1.3 2013-05-09 16:51:01 JST
- reduce the dependence module of default
- brush up to amon2-xgettext.pl
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -70,7 +70,7 @@
"web" : "https://github.com/yappo/p5-Amon2-Plugin-L10N"
}
},
"version" : "v0.1.3",
"version" : "v0.1.4",
"x_contributors" : [
"Kazuhiro Osawa <yappo@shibuya.pl>"
]
Expand Down
2 changes: 1 addition & 1 deletion lib/Amon2/Plugin/L10N.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;

use 5.008_005;
our $VERSION = 'v0.1.3';
our $VERSION = 'v0.1.4';

use File::Spec;
use HTTP::AcceptLanguage;
Expand Down

0 comments on commit 9398b08

Please sign in to comment.