File: control

package info (click to toggle)
libdbix-class-timestamp-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 232 kB
  • ctags: 177
  • sloc: perl: 2,124; sql: 35; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,306 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
Source: libdbix-class-timestamp-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libclass-accessor-grouped-perl,
 libdatetime-format-mysql-perl,
 libdatetime-format-sqlite-perl,  
 libdatetime-perl (>= 2:0.5500),
 libdbd-sqlite3-perl,
 libdbix-class-dynamicdefault-perl,
 libdbix-class-perl,
 libtest-pod-coverage-perl,
 libtest-pod-perl,
 libtime-warp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Brian Cassidy <brian.cassidy@gmail.com>,
 gregor herrmann <gregoa@debian.org>, Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/DBIx-Class-TimeStamp/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-class-timestamp-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-timestamp-perl.git

Package: libdbix-class-timestamp-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdatetime-perl (>= 2:0.5500),
 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.