Calendar-Japanese-Holiday
    
    
  
  
  
view release on metacpan or search on metacpan
Calendar-Japanese-Holiday version 0.07
======================================
Calendar::Japanese::Holiday treats holidays in Japanese calendar.
The list of holidays can be acquired, and you can examine whether
a day is holiday or not. You can acquire the holiday name too.
INSTALLATION
To install this module type the following:
   perl Makefile.PL
   make
lib/Calendar/Japanese/Holiday.pm view on Meta::CPAN
  # Getting a list of holidays
  $holidays = getHolidays(2008, 5);
  $holidays = getHolidays(2008, 5, 1);
  # Examining whether it is holiday or not.
  $name = isHoliday(2007, 5, 5);
=head1 DESCRIPTION
This module treats holidays information in Japanese calendar.
The list of holidays can be acquired, and you can examine whether
a day is holiday or not. You can acquire the holiday name too.
=head1 FUNCTIONS
=over 5
=item getHolidays($year, $month [, $furikae])
Returns a hash reference that has holidays in $year/$month.
( run in 1.242 second using v1.01-cache-2.11-cpan-c333fce770f )