libcpan-sqlite-perl 0.220-1 source package in Ubuntu

Changelog

libcpan-sqlite-perl (0.220-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.220.
  * Update years of upstream and packaging copyright.

 -- gregor herrmann <email address hidden>  Sun, 30 Oct 2022 20:31:59 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcpan-sqlite-perl_0.220-1.dsc 2.5 KiB e8bc18e2efa9fb5e58aeb2099eb7854fe4d4cf28b795572a90c6dbf581c725f0
libcpan-sqlite-perl_0.220.orig.tar.gz 76.7 KiB 17af93226dfecf4b0b416c562409da0ba1a4603048d83b9dbdc4062761fae15d
libcpan-sqlite-perl_0.220-1.debian.tar.xz 3.0 KiB 555589a2719ac6aff0e960665269e352520a57a16762fedd281c59ab35879520

Available diffs

No changes file available.

Binary packages built by this source

libcpan-sqlite-perl: module to maintain a minimal CPAN database with SQLite

 CPAN::SQLite is used for setting up, maintaining, and searching through a
 local CPAN database consisting of information in the three main CPAN index
 files:
 .
  $CPAN/authors/01mailrc.txt.gz
  $CPAN/modules/02packages.details.txt.gz
  $CPAN/modules/03modlist.data.gz
 .
 DBD::SQLite is used as the database engine.