The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Acme::AjiFry - AjiFry Language (アジフライ語) Translator

VERSION

This document describes Acme::AjiFry version 0.0.5

SYNOPSIS

    use Acme::AjiFry;

    my $ajifry = Acme::AjiFry->new();

    print $ajifry->translate_to_ajifry('おさしみ')."\n"; # outputs => "食えアジフライお刺身食え食えお刺身ドボドボ岡星ドボドボ"
    print $ajifry->translate_from_ajifry('食えアジフライお刺身食え食えお刺身ドボドボ岡星ドボドボ')."\n"; # outputs => "おさしみ"

DESCRIPTION

Acme::AjiFry is the AjiFry-Language translator. This module can translate Japanese into AjiFry-Language, and vice versa. If you would like to know about AjiFry-Language, please refer to the following web site (Japanese Web Site). http://ja.uncyclopedia.info/wiki/%E3%82%A2%E3%82%B8%E3%83%95%E3%83%A9%E3%82%A4%E8%AA%9E

METHODS

new

new is the constructor of this module.

translate_from_ajifry

This module needs a AjiFry-Language string as parameter. It returns Japanese which was translated from AjiFry-Language.

translate_to_ajifry

This module needs a string as parameter. It returns AjiFry-Language which was translated from Japanese.

DEPENDENCIES

Perl 5.10.0 or later.

Class::Accessor::Fast 0.34 or later.

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to bug-acme-ajifry@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHOR

moznion <moznion[at]gmail.com>

LICENCE AND COPYRIGHT

Copyright (c) 2012, moznion <moznion[at]gmail.com>. All rights reserved.

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