Subject: | POD typo: "dst" or "isdst"? |
Reported by Steve Temple through email:
I've just started to use Astro::Sunrise and to test I copied
the first call in the Synopsis section of the POD.
my ($sunrise, $sunset) = sunrise( { year => 2015, month => 9, day => 2,
lon => -3.6, lat => 37.17,
tz => 1, dst => 1 } );
It seems there is a typo in there and the key "dst" should be
"isdst".
It's minor but it may trip a few people up!