Skip Menu |

This queue is for tickets about the Astro-Sunrise CPAN distribution.

Report information
The Basics
Id: 120610
Status: resolved
Priority: 0/
Queue: Astro-Sunrise

People
Owner: Nobody in particular
Requestors: J2N-FORGET [...] orange.fr
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.96
Fixed in: 0.97



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!