libclass-dbi-asform-perl 2.42-8 source package in Ubuntu

Changelog

libclass-dbi-asform-perl (2.42-8) unstable; urgency=medium

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Jenkins ]
  * Remove constraints unnecessary since stretch

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 07 Dec 2022 01:13:42 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-dbi-asform-perl_2.42-8.dsc 2.3 KiB 67e84b61989abb458961276e8fd6379cd7b409974d8cf12a310263d04e88cf8c
libclass-dbi-asform-perl_2.42.orig.tar.gz 4.2 KiB 5998564bebc02735892fc1751ee14760d1d1719617f931579c9cc18ebd6d8c09
libclass-dbi-asform-perl_2.42-8.debian.tar.xz 4.0 KiB 1fce8794c928cd7c0e71bf3b4b0bc15bf1b19ba9b17a0b9acb225fd446c58da0

Available diffs

No changes file available.

Binary packages built by this source

libclass-dbi-asform-perl: 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.