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

..03-May-2022-

lib/DateTime/Calendar/H25-Sep-2021-23171

t/H25-Sep-2021-157121

xt/author/H25-Sep-2021-526372

ChangesH A D25-Sep-20212.7 KiB8557

LICENSEH A D20-Oct-201820.1 KiB384309

MANIFESTH A D25-Feb-2021397 2524

META.jsonH A D25-Sep-20211.7 KiB6968

META.ymlH A D25-Sep-20211,016 3837

Makefile.PLH A D12-Sep-20213.8 KiB171133

READMEH A D20-Oct-2018351 1611

README

1DateTime/Calendar/Julian
2========================
3
4This is a companion module to DateTime.pm. It implements the Julian
5calendar. It supports everything that DateTime.pm supports and more:
6about one day per century more, to be precise.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16