Acme::Albed - Convert from/to Albedian.
use Acme::Albed; my $albed = Acme::Albed->new; my $albedian = $albed->to_albed("..."); my $hiragana = $albed->from_albed("...");
Acme::Albed convert from/to Albedian. Albedian is fiction language on FinalFantasy X, and simple substitution cipher.
haoyayoi <st.hao.yayoi@gmail.com>
http://ja.wikipedia.org/wiki/%E3%82%A2%E3%83%AB%E3%83%99%E3%83%89%E8%AA%9E
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.