libdbi-perl 1.630-1 source package in Ubuntu

Changelog

libdbi-perl (1.630-1) unstable; urgency=low


  * Imported Upstream version 1.630
  * add NEWS entry about PrintWarn being enabled by default regardless of the
    warnings switch value
  * update t__06attrs.t__localefix.patch to apply cleanly
  * update lintian override about unbreakable line in
    DBI::Const::GetInfo::ODBC manual

 -- Damyan Ivanov <email address hidden>  Tue, 05 Nov 2013 15:14:51 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Downloads

File Size SHA-256 Checksum
libdbi-perl_1.630-1.dsc 2.3 KiB 9a0e562f894e4ec3fcbc912ab8178e4fb31b3674c03b61279be44eb68e5ea7f5
libdbi-perl_1.630.orig.tar.gz 574.8 KiB 51160d355586edc57ff016f19d475fc74866790b3bb9ec527548d025a4575fa3
libdbi-perl_1.630-1.debian.tar.gz 11.9 KiB dfeef1287c78c594f5ca9b27858f120f435d60486b05b165e847a41a14b54daa

Available diffs

No changes file available.

Binary packages built by this source

libdbi-perl: Perl Database Interface (DBI)

 DBI (DataBase Interface) is a Perl framework that provides a common interface
 to access various backend databases in a uniform manner. DBD (DataBase Driver)
 modules provide implementations for various backend data storage mechanisms
 including networked relational databases (particularly SQL databases) and even
 web services such as the Google search engine.
 .
 It is extremely portable and available for a wide range of operating systems,
 architectures and data stores, including:
 .
  * Oracle
  * Microsoft SQL Server
  * IBM DB2
  * SQLite
  * PostgreSQL
  * Firebird
  * MySQL