htk291 / p5-Acme-PriPara

Let's go PriPara!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

NAME

Acme::PriPara - It's new $module

SYNOPSIS

use Acme::PriPara;

my ($laara, $mirei, $sophy, $sion, $dorothy, $reona) = Acme::PriPara->main_members;

print $laara->name;            # => 真中 らぁら
print $laara->firstname;       # => らぁら
print $laara->lastname;        # => 真中
print $laara->age;             # => 10
print $laara->birthday;        # => 11/20
print $laara->blood_type;      # => O
print $laara->cv;              # => 茜屋日海夏
print $laara->say;             # => かしこま!

$laara->pripara_change;        # => $laara get into PriPara world
print $laara->costume_brand;   # => Twinkle Ribbon
print $laara->color;           # => ピンク

DESCRIPTION

SEE CONCEPT AT https://github.com/htk291/p5-Acme-PriPara/blob/master/etc/90_concept.t

PriPara is a famous Japanese animation.
Acme::PriPara provides characters information of PriPara.

SEE ALSO

LICENSE

Copyright (C) htk291.

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

AUTHOR

htk291 htk291@gmail.com

About

Let's go PriPara!!

License:Other


Languages

Language:Perl 100.0%