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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libdata-section-simple-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 11:28:37 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-section-simple-perl_0.07-4.dsc 2.2 KiB 413411b0e87b523dad38354f67fb5d0d49afc0e10fbb19b0d28f5b19e8ca15cf
libdata-section-simple-perl_0.07.orig.tar.gz 11.2 KiB 0b3035ffdb909aa1f7ded6b608fa9d894421c82c097d51e7171170d67579a9cb
libdata-section-simple-perl_0.07-4.debian.tar.xz 2.4 KiB 4d1bdc6b0da8e3a34b9555b3e4a836c28b954e2032c8593b8a428660a2d2d44e

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.