NAME
Date::Lectionary
SYNOPSIS
use Time::Piece;
use Date::Lectionary::Daily;
my $dailyReading = Date::Lectionary::Daily->new('date' => Time::Piece->strptime("2017-12-24", "%Y-%m-%d"));
say $dailyReading->readings->{evening}->{1}; #First lesson for evening prayer
DESCRIPTION
Date::Lectionary::Daily takes a Time::Piece date and returns ACNA readings for morning and evening prayer for that date.
ATTRIBUTES
date
The Time::Piece object date given at object construction.
week
More to come.
readings
More to come.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
The development of this module is hosted on GitHub -- https://github.com/marmanold/Date-Lectionary-Daily -- and tested via TravisCI.
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc Date::Lectionary::Daily
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Date-Lectionary-Daily
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Date-Lectionary-Daily
CPAN Ratings
http://cpanratings.perl.org/d/Date-Lectionary-Daily
Search CPAN
http://search.cpan.org/dist/Date-Lectionary-Daily
ACKNOWLEDGEMENTS
Many thanks to my beautiful wife, Jennifer, and my amazing daughter, Rosemary. But, above all, SOLI DEO GLORIA!
LICENSE AND COPYRIGHT
Copyright (C) 2017 Michael Wayne Arnold
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.