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

This module parses dates from Gedcom files. It knows about all the
date formats defined by the Gedcom standard v5.5, including those for
periods and date ranges.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install