Date::Easter

Provides a routine to calculate the date of Easter in the Christian calendar

NAME

Date::Easter - Provides a routine to calculate the date of Easter in the Christian calendar

SYNOPSIS

use Date::Easter;
say Easter 2022; # OUTPUT: «2022-04-17␤»

DESCRIPTION

Date::Easter is a module which provides a subroutine to calculate the date of Easter in the Christian calendar.

The routine's code is the Raku version of the algorithm shown at Isn’t there a simpler way to calculate Easter?. The website is a trreasure trove of calendar information, courtesy of the very generous and talented Claus Tøndering, to whom I am greatly indebted.

AUTHOR

Tom Browder [email protected]

COPYRIGHT AND LICENSE

Copyright 2021 Tom Browder

This library is free software; you may redistribute it or modify it under the Artistic License 2.0.

Date::Easter v0.0.1

Provides a routine to calculate the date of Easter in the Christian calendar

Authors

  • Tom Browder

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Date::Easter

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.