NAME

Calendar::Lunar - Lunar event functions

SYNOPSIS

use Calendar::Lunar qw(new_moon_date);
use Calendar;
my $date = Calendar->new_from_Gregorian(12, 15, 2006);
my $next_newmoon = Calendar->new_from_Gregorian(new_moon_date($date, 30));
print "The new next moon date is in $next_newmoon.\n";

DESCRIPTION

This library implement one function in emacs library lunar.el. new_moon_date is used to calculte the next new moon date.

AUTHOR

Ye Wenbin <wenbinye@gmail.com>

COPYRIGHT

Copyright (C) 2006 by ywb

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.