Acme-HidamariSketch
view release on metacpan or search on metacpan
lib/Acme/HidamariSketch/Riri.pm view on Meta::CPAN
package Acme::HidamariSketch::Riri;
use strict;
use warnings;
use utf8;
use base qw/Acme::HidamariSketch::Base/;
our $VERSION = '0.05';
sub info {
return (
name_ja => 'ãªãª',
name_en => 'riri',
nickname => undef,
birthday => undef,
voice_by => 'ç½ç³ æ¶¼å',
room_number => {before => 101, first => undef, second => undef, third => undef},
sign => undef,
color => undef,
course => 'ç¾è¡ç§',
);
}
1;
( run in 1.830 second using v1.01-cache-2.11-cpan-b301d465b3d )