libclass-dbi-fromcgi-perl 1.00-5.1 source package in Ubuntu

Changelog

libclass-dbi-fromcgi-perl (1.00-5.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 16:09:38 +0100

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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-dbi-fromcgi-perl_1.00-5.1.dsc 2.3 KiB 4fa7fb1232782e5e10842a4835a731a08ad5ab2e08298d18bf0e50cf1fed221c
libclass-dbi-fromcgi-perl_1.00.orig.tar.gz 6.7 KiB 8af38ed90d69469f0a28c2e9f2f34fe2d03b00654c1819aa4cbc7af215d68390
libclass-dbi-fromcgi-perl_1.00-5.1.debian.tar.xz 3.1 KiB 0cb1ae50e157919990b69ee0ca4114f0fc11f7f2288bfe97734b2292102a91e1

Available diffs

No changes file available.

Binary packages built by this source

libclass-dbi-fromcgi-perl: Perl module to update Class::DBI data using CGI::Untaint

 Lots of times, Class::DBI is used in web-based applications. (In
 fact, coupled with a templating system that allows you to pass
 objects, such as Template::Toolkit, Class::DBI is very much your
 friend for these.)
 .
 One of the most irritating things about writing web-based applications
 is the monotony of writing much of the same stuff over and over again.
 And, where there's monotony there's a tendency to skip over stuff that
 is really important, but is a pain to write - like Taint Checking and
 sensible input validation. (Especially as you can still show a 'working'
 application without it!). CGI::Untaint can take care of a lot of that
 for us.
 .
 It so happens that CGI::Untaint also plays well with Class::DBI. All
 you need to do is to 'use Class::DBI::FromCGI' in your class (or in
 your local Class::DBI subclass that all your other classes inherit
 from. You do that, don't you?).