The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
This is Perl module Acme::Nyaa.

INSTALLATION

Acme::Nyaa installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    # Not uploaded yet
    % cpan Acme::Nyaa

    % git clone https://github.com/azumakuniyuki/p5-Acme-Nyaa.git

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

USAGE
    my $sabatora = Acme::Nyaa->new;
    print $sabatora->cat( \'猫がかわいい。' ); # => 猫がかわいいニャー。
    print $sabatora->neko( \'神と和解せよ' );  # => ネコと和解せよ

DOCUMENTATION

Acme::Nyaa documentation is available as in POD. So you can do:

    % perldoc Acme::Nyaa

to read the documentation online with your favorite pager.

azumakuniyuki