File: control

package info (click to toggle)
libdbix-class-timestamp-perl 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 232 kB
  • sloc: perl: 2,124; sql: 35; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,542 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
Source: libdbix-class-timestamp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libclass-accessor-grouped-perl,
                     libdatetime-format-mysql-perl,
                     libdatetime-format-sqlite-perl,
                     libdatetime-perl,
                     libdbd-sqlite3-perl,
                     libdbix-class-dynamicdefault-perl,
                     libdbix-class-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libtime-warp-perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbix-class-timestamp-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbix-class-timestamp-perl.git
Homepage: https://metacpan.org/release/DBIx-Class-TimeStamp

Package: libdbix-class-timestamp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdatetime-perl,
         libdbix-class-dynamicdefault-perl,
         libdbix-class-perl
Description: DBIx::Class extension to update and create date and time based fields
 DBIx::Class::TimeStamp works in conjunction with InflateColumn::DateTime to
 automatically set update and create date and time based fields in a table.