NAME

Calendar::Japanese::Acme::Syukujitsu - Japanese Syukujitsu in calender

VERSION

Version 0.01

SYNOPSIS

use Calendar::Japanese::Acme::Syukujitsu;

# Getting a list of Syukujitsus
$holidays = get_syukujitsus(2017, 8);
$holidays = get_syukujitsus(2017, 8, 18);

# Examining whether it is holiday or not.
$name = is_syukujitsu(2017, 9, 11);

DESCRIPTION

This module read Syukujitsu information from syukujitsu.csv that published by Japanese government. With interface that referenced to Calendar::Japanese::Holiday.

METHODS

new([cachefile => $cachefile][endpoint => $endpoint]) Constructor.

get_syukujitsus(year => $year [, month => $month [, day => $day]])

is_syukujitsu(year => $year, month => $month, day => $day)

AUTHOR

Nao Muto <n@o625.com>