
Acme::PrettyCure::Girl::Role

my ($tsubomi,) = Acme::PrettyCure->girls('HeartCatch');
say $tsubomi->name;
$tsubomi->transform;
say $tsubomi->name;

Pretty Cure Girls.

return her name. if she transformed, return precure name.
return girl can transform.
- human_name - precure_name - (fairy_name) - birthday - age - blood_type

Kan Fushihara <kan.fushihara at gmail.com>

Acme::MorningMusume, Acme::AKB48

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