# NAME Acme::Albedo - Translation module between Albedo and Spira. # SYNOPSIS use Acme::Albedo print to_albedo("ごっどはんど") # => ゾッゴマンゴ # DESCRIPTION This module can translate Albedo to Spira, and vice versa. # METHODS ## to\_albedo Translate Albedo to Spira. Albedo must be written in Hiragana. print to_albedo("いせき") # => ミヘチ ## to\_spira Translate Spira to Albedo. Spira must be written in Katakana. print to_albedo("ミヘチ") # => いせき # LICENSE Copyright (c), tenmihi. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. # AUTHOR tenmihi <tenmihi @ cpan.org>