libdata-section-simple-perl 0.07-ok2 source package in openKylin

Changelog

libdata-section-simple-perl (0.07-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Thu, 15 Sep 2022 13:37:38 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdata-section-simple-perl_0.07.orig.tar.gz 11.2 KiB 0b3035ffdb909aa1f7ded6b608fa9d894421c82c097d51e7171170d67579a9cb
libdata-section-simple-perl_0.07-ok2.debian.tar.xz 7.6 KiB 008aab6dba561fa19a17434e349fca0476d6ef4d886b41637d8e57cce616cfe5
libdata-section-simple-perl_0.07-ok2.dsc 1.9 KiB 4e58bcd0d803967c30be02609f06a8424d9bc382c7d783c4403be68afb949795

Available diffs

View changes file

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.