File: control

package info (click to toggle)
libdatetime-format-oracle-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96 kB
  • sloc: perl: 75; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,811 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
32
33
34
35
36
37
38
39
Source: libdatetime-format-oracle-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libconvert-nls-date-format-perl,
                     libdatetime-format-builder-perl,
                     libdatetime-perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdatetime-format-oracle-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdatetime-format-oracle-perl.git
Homepage: https://metacpan.org/release/DateTime-Format-Oracle
Testsuite: autopkgtest-pkg-perl

Package: libdatetime-format-oracle-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libconvert-nls-date-format-perl,
         libdatetime-format-builder-perl,
         libdatetime-perl
Description: module for parsing and formatting Oracle dates and timestamps
 DateTime::Format::Oracle may be used to convert Oracle date and timestamp
 values into DateTime objects. It also can take a DateTime object and produce
 a date string matching the NLS_DATE_FORMAT.
 .
 Oracle has flexible date formatting via its NLS_DATE_FORMAT session variable.
 Date values will be returned from Oracle according to the current value of
 that variable. Date values going into Oracle must also match the current
 setting of NLS_DATE_FORMAT.
 .
 Timestamp values will match either the NLS_TIMESTAMP_FORMAT or
 NLS_TIMESTAMP_TZ_FORMAT session variables.
 .
 This module keeps track of these Oracle session variable values by examining
 environment variables of the same name. Each time one of Oracle's formatting
 session variables is updated, the %ENV hash must also be updated.