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

NAME

Acme::Nyaa - Convert texts like which a cat is talking in Japanese

SYNOPSIS

  use Acme::Nyaa;

  my $kijitora = Acme::Nyaa->new( 'language' => 'ja' );

  print $kijitora->cat( \'猫がかわいい。' ); # => 猫がかわいいニャー。
  print $kijitora->neko( \'神と和解せよ' ); # => ネコと和解せよ

DESCRIPTION

  Acme::Nyaa is a converter which translate Japanese texts to texts
  like which a cat talking.

METHODS

new new() is a constructor of Acme::Nyaa
cat cat() is a converter that appends string "ニャー" at the end of each sentence.
neko neko() is a converter that replace a noun with 'ネコ'.

AUTHOR

azumakuniyuki <perl.org [at] azumakuniyuki.org>

SEE ALSO Acme::Nyaa

LICENSE

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