fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
490 B
Text
9 lines
490 B
Text
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 Palm Sunday, Maundy Thursday, Good Friday, Black Saturday
|
|
and Easter Sunday. If that's not enough, the module will also accept an offset
|
|
so you can get the date for Pentecost (49 days after Easter Sunday) by passing
|
|
49.
|