1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
DateTime::Format::DBI
This module finds a DateTime::Format::* class that is suitable for the use with
a given DBI connection (and DBD::* driver).
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
(one of:) DateTime::Format::MySQL
DateTime::Format::Oracle
DateTime::Format::Pg
DateTime::Format::SQLite
...
(see man page for a full list of supported
formatter/parser modules)
AUTHOR
Claus Färber <CFAERBER@cpan.org>
|