Skip to content

akihiro0228/Acme-HidamariSketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Acme::HidamariSketch - This module of the Hidamalar, by the Hidamalar, for the Hidamalar.

SYNOPSIS

 use Acme::HidamariSketch;

 # Let's make the Hidamari-world first.
 my $hidamari = Acme::HidamariSketch->new;

 # You can see the character information.
 my @characters = $hidamari->characters;

 # You can build a Hidamari-apartment.
 my $apartment = $hidamari->apartment;

 # You can knock on the room.
 my $yuno = $apartment->knock(201);

 # You can change the year.
 $hidamari->year('second');
 $apartment = $hidamari->apartment;

 # You also meet Sae and Hiro.
 my $hiro = $apartment->knock(101);
 my $sae  = $apartment->knock(102);

DESCRIPTION

Hidamari Sketch is a Japanese manga that are loved by many people.

METHODS

new

my $hidamari = Acme::HidamariSketch->new;

characters

my @characters = $hidamari->characters;

apartment

my $apartment = $hidamari->apartment;

my $yuno = $apartment->knock(201);

year

my $year = $hidamari->year('second');

SEE ALSO

REFERENCE

LICENSE

Copyright (C) akihiro_0228.

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

AUTHOR

akihiro_0228 nano.universe.0228@gmail.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages