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

NAME

Gedcom::Date::Range - Perl class for Gedcom date ranges

SYNOPSIS

  use Gedcom::Date::Range;

  my $date = Gedcom::Date::Range->parse(
                        'BET 10 JUL 2003 AND 20 AUG 2003' );

DESCRIPTION

Parse dates from Gedcom files.

AUTHOR

Eugene van der Pijll <pijll@gmx.net>

REPOSITORY

https://github.com/ronsavage/Gedcom-Date.

See Also

Genealogy::Date.

Genealogy::Gedcom::Date.

COPYRIGHT

Copyright (c) 2003 Eugene van der Pijll. 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.