File: control

package info (click to toggle)
libclass-dbi-plugin-type-perl 0.02-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 52 kB
  • ctags: 2
  • sloc: perl: 33; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 953 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libclass-dbi-plugin-type-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@43-1.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-16), libclass-dbi-perl (>= 0.94), libtest-simple-perl, libdbd-sqlite3-perl	
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-plugin-type-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-plugin-type-perl/
Homepage: http://search.cpan.org/~simon/Class-DBI-Plugin-Type/

Package: libclass-dbi-plugin-type-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.94)
Description: Class::DBI plugin to determine type information for table columns
 The Class::DBI::Plugin::Type module allows Class::DBI-based classes to
 query their columns for data type information in a database-independent
 manner.