The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Date::Passover - When is Passover? When is Rosh Hashanah?

SYNOPSIS

  use Date::Passover;

  ($month, $day ) = roshhashanah( 1997 );
  $date_ical_obj = roshhashahah( 1997 );

  ( $month, $day ) = passover( 1997 );
  $date_ical_obj = passover( 1997 );

DESCRIPTION

Calculate the date of Passover or Rosh Hashanah for any given year.

BUGS

None yet, but I expect I'll take care of that pretty soon.

SUPPORT

Email the author, or post to the datetime@perl.org mailing list.

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(1)
 Date::ICal
 Date::Easter
 Reefknot ( http://reefknot.org/ )