The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>