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

Changelog

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

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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

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-ok1.debian.tar.xz 1.6 KiB ea3a0f1603c632bfd4b73069b228176fd5c3ab4ec73cc22cbbf07e62bce70b19
libdata-section-simple-perl_0.07-ok1.dsc 2.0 KiB f6afdb84776019cefbe09678de648e99be058046dc72e9bbb2337e056ebd0525

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.