There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Lingua::JA::Onbiki - convert Onbiki into Boin

SYNOPSIS

use Lingua::JA::Onbiki qw/onbiki2boin/;

$onbiki = 'あったか〜い';
$boin = onbiki2boin($onbiki); # => あったかあい

DESCRIPTION

Lingua::JA::Onbiki converts Onbiki into Boin in Japanese.

LICENSE

Copyright (C) Satoshi Yanuma.

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

AUTHOR

YANUTETSU <yanutetsu@cpan.org>