Acme::LoveLive - All about Japanese School Idol animation.
use utf8;
use Acme::LoveLive;
binmode STDOUT, 'utf8';
for my $member (Acme::LoveLive::Unit::μ's->members) {
say 'image: '. $member->colorize(sprintf('%s: %s', $member->fullname_ja, $member->call));
say 'cylume: '. $member->colorize_by_cylume(sprintf('%s: %s', $member->fullname_ja, $member->call));
}
ラブライブ! is famous Japanese animation. And μ's is School Idol unit in ラブライブ!
This module, Acme::LoveLive, provides some useful method for μ's fan so called ラブライ部員.
Copyright (C) SUZUKI Masashi.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SUZUKI Masashi [email protected]