DateTime-Calendar-Chinese
view release on metacpan or search on metacpan
lib/DateTime/Calendar/Chinese.pm view on Meta::CPAN
}
# [1] p.250
sub _prior_leap_month
{
my($class, $start, $end) = @_;
if (DEBUG) {
print STDERR
">>>> prior_leap_month\n",
"caller: ", join(':', (caller)[1, 2]), "\n",
"start: ", $start, "\n",
"end: ", $end, "\n",
"<<<<\n";
}
while ($start <= $end) {
if (no_major_term_on($end)) {
if (DEBUG) {
print STDERR " + prior_leap_month: there are no major terms on $end\n";
}
( run in 1.700 second using v1.01-cache-2.11-cpan-1e74a51a04c )