libdata-section-simple-perl 0.07-3 source package in Ubuntu

Changelog

libdata-section-simple-perl (0.07-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Sun, 12 Jun 2022 23:15:10 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-section-simple-perl_0.07-3.dsc 2.2 KiB bffe5c1a48c6fdf5de017552c2725ba7540962a8795363a5fd3f566e40b78b86
libdata-section-simple-perl_0.07.orig.tar.gz 11.2 KiB 0b3035ffdb909aa1f7ded6b608fa9d894421c82c097d51e7171170d67579a9cb
libdata-section-simple-perl_0.07-3.debian.tar.xz 2.4 KiB a6fcfd37ebb77dde733586b2bb4f978d2cd5981ab69075ad5f33cf543aaa4312

Available diffs

No changes file available.

Binary packages built by this source

libdata-section-simple-perl: Perl module for reading data from __DATA__ section of the file

 Data::Section::Simple is a simple module to extract data
 from __DATA__ section of the file.
 .
 This module does not implement caching (yet) which means
 in every get_data_section or get_data_section($name) this
 module seeks and re-reads the data section. If you want
 to avoid doing so for the better performance, you should
 implement caching in your own caller code.