NAME
Date::GoldenNumber - Calculates the golden number used in John Conway's date calculations
SYNOPSIS
use Date::GoldenNumber;
$g = golden( 1992 );
DESCRIPTION
Most of John Conway's date calculation algorithms need the golden number, which is Remainder(Y/19) + 1. Yes, this is very simple, but it is inconvenient to have to rember this.
SUPPORT
datetime@perl.org
AUTHOR
Rich Bowen
CPAN ID: RBOW
rbowen@rcbowen.com
http://www.rcbowen.com
COPYRIGHT
Copyright (c) 2001 Rich Bowen. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
perl
Date::Easter
Date::Passover