The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Contributing to Date-Gregorian
==============================

Thank you for your interest in contributing to this Perl 5
library.  Currently, it is in active development and maintained
by its original author.  Bug reports (with or without patch),
suggestions, feature requests, and comments are welcome.  You may
submit them through this distribution's bug tracker on CPAN RT:
https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Date-Gregorian

You can also reach the author by e-mail:
Martin Becker, <becker-cpan-mp (at) cozap.com>

The code for this distribution is hosted at GitHub.  The repository is:
https://github.com/mhasch/perl-Date-Gregorian

If your contribution is accepted, you will be mentioned by name under
ACKNOWLEDGEMENTS in the documentation.  Please indicate if you prefer
to stay anonymous.

Development Guidelines
----------------------

This library is intended as a more object-oriented replacement for
Date::Calc, or for the subset of DateTime that deals with just dates
rather than dates and times.  It should correctly and efficiently
implement the Gregorian calendar with very few prerequisites.

Topics of interest
------------------

Some of the plans for the library are outlined in the ROADMAP section
of the main documentation.

Other improvements could help the documentation to be clearer, or more
complete, or better formatted.  And, of course, there is always room
for cool examples and references to application modules.

Author's Note
-------------

Thanks again for your interest.
I am looking forward to your report or e-mail.

Martin Becker, October 12, 2019.