Skip to content

Commit

Permalink
0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
wollmers committed Mar 13, 2016
1 parent 1eeec4a commit 6beffcc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Text::Guess::Script

{{$NEXT}}

0.02 2016-03-14 00:15:07 CET
- doc improvement

0.01 2016-03-14 00:00:30 CET
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -64,7 +64,7 @@
"web" : "https://github.com/wollmers/Text-Guess-Script"
}
},
"version" : "0.01",
"version" : "0.02",
"x_contributors" : [
"Helmut Wollmersdorfer <helmut@wollmersdorfer.at>"
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,7 +12,7 @@ Text::Guess::Script - Guess script from text using ISO-15924 codes
# SYNOPSIS

use Text::Guess::Script;
my $guessed_language = Text::Guess::Script->guess($text);
my $guessed_script = Text::Guess::Script->guess($text);

# DESCRIPTION

Expand Down Expand Up @@ -68,4 +68,4 @@ it under the same terms as Perl itself.

# SEE ALSO

Text::Language::Guess
Locale::Codes::Script

0 comments on commit 6beffcc

Please sign in to comment.