File: README

package info (click to toggle)
libdatetime-format-pg-perl 0.16001-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 248 kB
  • ctags: 141
  • sloc: perl: 1,832; makefile: 43
file content (31 lines) | stat: -rw-r--r-- 800 bytes parent folder | download
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
30
31
DateTime::Format::Pg

This module understands the formats used by PostgreSQL for its DATE,
TIME, and TIMESTAMP data types.  It can be used to parse these formats
in order to create DateTime objects, and it can take a C<DateTime>
object and produce a string representing it in the PostgreSQL format.

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:

  DateTime
  DateTime::Format::Builder

COPYRIGHT AND LICENCE

Copyright (C) 2005 Claus Frber

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

$Id: /local/datetime/modules/DateTime-Format-Pg/trunk/README 8444 2005-03-16T16:13:19.000000Z cfaerber  $