Acme-HidamariSketch
view release on metacpan or search on metacpan
lib/Acme/HidamariSketch/Matsuri.pm view on Meta::CPAN
package Acme::HidamariSketch::Matsuri;
use strict;
use warnings;
use utf8;
use base qw/Acme::HidamariSketch::Base/;
our $VERSION = '0.05';
sub info {
return (
name_ja => 'èé',
name_en => 'matsuri',
nickname => undef,
birthday => undef,
voice_by => undef,
room_number => {before => undef, first => undef, second => undef, third => 101},
sign => undef,
color => undef,
course => 'ç¾è¡ç§',
);
}
1;
( run in 2.000 seconds using v1.01-cache-2.11-cpan-800906f7e73 )