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
|
Source: libclass-dbi-asform-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl,
libclass-dbi-perl,
libclass-dbi-plugin-type-perl,
libdbd-sqlite3-perl,
libdbi-perl,
libhtml-tree-perl (>= 4),
libtest-pod-coverage-perl,
libtest-pod-perl
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-asform-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-asform-perl/
Homepage: http://search.cpan.org/dist/Class-DBI-AsForm/
Package: libclass-dbi-asform-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libclass-dbi-perl,
libclass-dbi-plugin-type-perl,
libdbi-perl,
libhtml-tree-perl
Description: module to produce HTML form elements for database columns using Class::DBI
The Class::DBI::AsForm module helps to generate HTML forms for creating new
database rows or editing existing rows. It maps column names in a database
table to HTML form elements which fit the schema. Large text fields
are turned into textareas, and fields with a has-a relationship to
other Class::DBI tables are turned into select drop-downs populated
with objects from the joined class.
|