Source: libdatetime-event-easter-perl
Maintainer: Slaven Rezic <slaven@rezic.de>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdatetime-calendar-julian-perl <!nocheck>,
                     libdatetime-perl <!nocheck>,
                     libdatetime-set-perl <!nocheck>,
                     libparams-validate-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Homepage: https://metacpan.org/release/DateTime-Event-Easter
Rules-Requires-Root: no

Package: libdatetime-event-easter-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdatetime-calendar-julian-perl,
         libdatetime-perl,
         libdatetime-set-perl,
         libparams-validate-perl
Description: Returns Easter events for DateTime objects
 The DateTime::Event::Easter module returns Easter events for DateTime
 objects. From a given datetime, it can tell you the previous, the following
 and the closest Easter event. The 'is' method will tell you if the given
 DateTime is an Easter Event.
 .
 Easter Events can be Fat Tuesday, Ash Wednesday, Palm Sunday, Maundy
 Thursday, Good Friday, Black Saturday, Easter Sunday, Ascension, Pentecost
 and Trinity Sunday. If that's not enough, the module will also accept an
 offset so you can get the date for Quasimodo (the next sunday after Easter
 Sunday) by passing 7.
 .
 This description was automagically extracted from the module by dh-make-perl.
