• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

eg/H12-Nov-2019-11091

lib/DateTime/Event/H12-Nov-2019-1,034421

t/H12-Nov-2019-2,1051,833

ChangesH A D12-Nov-20196.4 KiB148122

LICENSEH A D23-May-201920.1 KiB384309

MANIFESTH A D12-Nov-2019493 3029

META.jsonH A D12-Nov-20191.7 KiB7069

META.ymlH A D12-Nov-2019956 3938

Makefile.PLH A D28-Oct-20193 KiB7645

READMEH A D23-May-20191 KiB3122

README

1DateTime::Event::Easter
2
3The DateTime::Event::Easter module returns Easter events for DateTime
4objects. From a given datetime, it can tell you the previous, the
5following and the closest Easter event. The 'is' method will tell you if
6the given DateTime is an Easter Event.
7
8Easter Events can be Fat Tuesday, Ash Wednesday, Palm Sunday, Maundy
9Thursday, Good Friday, Black Saturday, Easter Sunday, Ascension,
10Pentecost and Trinity Sunday. If that's not enough, the module will
11also accept an offset so you can get the date for Quasimodo (first
12sunday after after Easter Sunday) by passing 7.
13
14For more information, see the POD attached to the Easter.pm file.
15
16INSTALLATION:
17=============
18
19Use CPAN, CPANPLUS or CPANMINUS - there's no config in the process that requires you to
20do anything strange.
21
22For those of you who like it the manual way, the recipe is the same as normal:
23   perl Makefile.PL
24   make
25   make test
26   make install
27
28If you are on a windows box you should use 'nmake' rather than 'make'.
29
30This module contains no XS code and thus should install anywhere.
31