The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::Albed - Convert from/to Albedian.

SYNOPSIS

  use Acme::Albed;
  my $albed = Acme::Albed->new;
  my $albedian = $albed->to_albed("...");
  my $hiragana = $albed->from_albed("...");

DESCRIPTION

Acme::Albed convert from/to Albedian. Albedian is fiction language on FinalFantasy X, and simple substitution cipher.

AUTHOR

haoyayoi <st.hao.yayoi@gmail.com>

SEE ALSO

http://ja.wikipedia.org/wiki/%E3%82%A2%E3%83%AB%E3%83%99%E3%83%89%E8%AA%9E

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.