libdbd-xbase-perl 1:1.08-1 source package in Ubuntu

Changelog

libdbd-xbase-perl (1:1.08-1) unstable; urgency=medium

  * New upstream release.
  * Update years of upstream and packaging copyright.
  * Add more fixes to pod_spelling.patch.

 -- gregor herrmann <email address hidden>  Sat, 21 Jan 2017 18:27:32 +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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbd-xbase-perl_1.08-1.dsc 2.2 KiB 32b0237c1259a4e69beafb45b58179771df37fe3736b550f19a5b8adef745543
libdbd-xbase-perl_1.08.orig.tar.gz 111.1 KiB b5fb16c2b7a3e76b709a72e3fc58b64b3b35f3c33249623044bb214cd886b069
libdbd-xbase-perl_1.08-1.debian.tar.xz 9.6 KiB c71726e0aa1c3b6fa1786a9929f7634b1250d9355791bfab13fea07885b6ca16

Available diffs

No changes file available.

Binary packages built by this source

libdbd-xbase-perl: Perl module to access xbase files (optionally through DBI)

 DBD::XBase allows creation, access and modification of .dbf (dBase,
 Clipper, Fox* style) database files. It is capable of handling memo
 files, but indexes only in a somewhat limited way. It has two
 interfaces: one using SQL commands (through DBI) ad the other with a
 simple OO interface.
 .
 You can use the included dbf_dump program to dump the content of a .dbf file.