libdata-section-simple-perl 0.07-2 source package in Ubuntu
Changelog
libdata-section-simple-perl (0.07-2) unstable; urgency=medium * Team upload. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. * Remove Fabrizio Regalli from Uploaders. Thanks for your work! * Add Testsuite declaration for autopkgtest-pkg-perl. [ Niko Tyni ] * Update to debhelper compat level 10 * Update to Standards-Version 4.1.3 * Declare that the package does not need (fake)root to build -- Niko Tyni <email address hidden> Sun, 28 Jan 2018 15:18:05 +0200
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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | perl | |
Focal | release | universe | perl | |
Bionic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdata-section-simple-perl_0.07-2.dsc | 2.2 KiB | 7c1cb51e5b3a99c0c232698cc3a2f7dfac4a3f999c320cc7b5a9474eea47b41f |
libdata-section-simple-perl_0.07.orig.tar.gz | 11.2 KiB | 0b3035ffdb909aa1f7ded6b608fa9d894421c82c097d51e7171170d67579a9cb |
libdata-section-simple-perl_0.07-2.debian.tar.xz | 2.1 KiB | 84c7a0915c5b249b9934968daf3f3b624ca69e4cb33e05197168021f552b0973 |
Available diffs
- diff from 0.07-1 to 0.07-2 (1.2 KiB)
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.