libtie-dbi-perl 1.08-2 source package in Ubuntu

Changelog

libtie-dbi-perl (1.08-2) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 22:03:20 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtie-dbi-perl_1.08-2.dsc 2.1 KiB 02be1ccf102247e4e12f9c7a003abe506e8a390f03154f2db070cb0b260e2aab
libtie-dbi-perl_1.08.orig.tar.gz 30.3 KiB 03b1db8957645a68b9b5e94c212b0db53c12bbb69e69513f3c69ad9f70e08765
libtie-dbi-perl_1.08-2.debian.tar.xz 2.8 KiB 35906dbae8724197ffb75d384f781da3ef62b0db17341e850d87f61b62785196

Available diffs

No changes file available.

Binary packages built by this source

libtie-dbi-perl: module tying hashes to relational databases

 Tie::DBI is a Perl module for using a database as a backing store for Perl's
 hash data structure. One field of the table becomes the hash key, and another
 becomes the value. Once tied, all standard hash operations work, including
 iteration over keys and values.
 .
 Using the Storable module, you may store complex Perl data structures (even
 objects) in the database and later retrieve them. When used in conjunction
 with a network-accessible database, this provides a simple way to transmit
 data structures between Perl programs on different machines.