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

NAME

Locale::Hebrew::Calendar - Jewish Calendar

VERSION

This document describes version 0.03 of Locale::Hebrew::Calendar, released January 17, 2003.

SYNOPSIS

    # 'g2j' and 'j2g' may be exported explicitly
    use Locale::Hebrew::Calendar;

    # Gregorian to Jewish
    ($d, $m, $y) = Locale::Hebrew::Calendar::g2j($dd, $mm, $yy);

    # Jewish to Gregorian
    ($d, $m, $y) = Locale::Hebrew::Calendar::j2g($dd, $mm, $yy);

DESCRIPTION

This is an XSUB interface to a code which can be found on several main FTP servers. Neither Ariel nor Autrijus have contacted the author, but "He who says things in the name of their originators brings redemption to the world" -- The actual code was written by Amos Shapir.

AUTHORS

Amos Shapir <amos@nsc.com> is the original author.

Ariel Brosh <schop@cpan.org> did the XSUB functions.

Autrijus Tang <autrijus@autrijus.org> is the current maintainer.

COPYRIGHT

Copyright 2001, 2002 by Ariel Brosh.

Copyright 2003 by Autrijus Tang.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html