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

..03-May-2022-

lib/DateTime/Format/H22-May-2021-213111

t/H22-May-2021-208174

Build.PLH A D22-May-2021448 1512

ChangesH A D22-May-2021946 4925

LICENSEH A D22-May-202120.1 KiB384309

MANIFESTH A D22-May-2021158 1312

META.jsonH A D22-May-20211 KiB4847

META.ymlH A D22-May-2021645 2625

Makefile.PLH A D22-May-20211.2 KiB3524

READMEH A D22-May-2021233 149

README

1This module handles formatting and parsing of MySQL date and time
2related data types.
3
4INSTALLATION
5
6To install this module type the following in the distribution
7directory:
8
9   perl Makefile.PL
10   make
11   make test
12   make install
13
14