libdbd-sqlite2-perl 2:0.36-2 source package in Ubuntu

Changelog

libdbd-sqlite2-perl (2:0.36-2) unstable; urgency=medium


  * Strip trailing slash from metacpan URLs.
  * Use $Config{vendorarch} to get library path in debian/rules.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Mon, 11 Aug 2014 18:44:57 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdbd-sqlite2-perl_0.36-2.dsc 2.3 KiB d5c7d2ce4ff7bff09d1794320ad0c70905e089bb6566800b7bd1b5c968b4b858
libdbd-sqlite2-perl_0.36.orig.tar.gz 362.3 KiB 1715f8e6dfd6e1fe34ae5c8d8b15e3d856b29e5416d6b02d5575ff55f4411e60
libdbd-sqlite2-perl_0.36-2.debian.tar.xz 5.2 KiB 1bdda3359b2fbd93d90d9603f90b1a3d89b26bb627607bc59c2c8e6b086aa581

No changes file available.

Binary packages built by this source

libdbd-sqlite2-perl: Perl DBI driver with a self-contained RDBMS (SQLite2 version)

 The DBD::SQLite2 module embeds a small fast embedded SQL database engine
 called SQLite into a DBI driver, if you want a relational database for your
 project, but don't want to install a large RDBMS system like MySQL or
 PostgreSQL, then DBD::SQLite may be just what you need.
 .
 SQLite supports the following features:
 .
  * Implements a large subset of SQL92
    See http://www.hwaci.com/sw/sqlite/lang.html for details.
 .
  * A complete DB in a single disk file
    Everything for your database is stored in a single disk file, making it
    easier to move things around than with DBD::CSV.
 .
  * Atomic commit and rollback
 .
 The engine is very fast, but for updates/inserts/dml it does perform
 a global lock on the entire database. This, obviously, might not be
 good for multiple user systems. So beware. The database also
 appears to be significantly faster if your transactions are coarse.

libdbd-sqlite2-perl-dbgsym: debug symbols for package libdbd-sqlite2-perl

 The DBD::SQLite2 module embeds a small fast embedded SQL database engine
 called SQLite into a DBI driver, if you want a relational database for your
 project, but don't want to install a large RDBMS system like MySQL or
 PostgreSQL, then DBD::SQLite may be just what you need.
 .
 SQLite supports the following features:
 .
  * Implements a large subset of SQL92
    See http://www.hwaci.com/sw/sqlite/lang.html for details.
 .
  * A complete DB in a single disk file
    Everything for your database is stored in a single disk file, making it
    easier to move things around than with DBD::CSV.
 .
  * Atomic commit and rollback
 .
 The engine is very fast, but for updates/inserts/dml it does perform
 a global lock on the entire database. This, obviously, might not be
 good for multiple user systems. So beware. The database also
 appears to be significantly faster if your transactions are coarse.