Subject: | Request for enhancement - holiday name from date |
For some strange reason, there's no consistent way of getting a regional
holiday name out of this module. I can get a national holiday name with
something like:
my $holiday_name = nz_holidays($yyyy)->{$month.$day}
but this doesn't work for regional holidays ($holiday_name is undefined).
Rather than fix this function, how about make is_nz_holiday return the
name of the holiday if it is one, or undef if it's not.
I don't know if this stupid bug tracker emails me updates, so please
email me at paul<d0t)dorman[at)gmail#dot}com if you're keen to make this
improvement.