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

Changelog

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


  * New upstream release.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Sun, 11 May 2014 16:58:56 +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 Pocket Published Component Section
Xenial release universe perl

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdata-section-simple-perl_0.07-1.dsc 2.3 KiB ce723f019703586c795ee6f74ebef65ab6f4b1839a2f6dbd6f9de22af2a4ed28
libdata-section-simple-perl_0.07.orig.tar.gz 11.2 KiB 0b3035ffdb909aa1f7ded6b608fa9d894421c82c097d51e7171170d67579a9cb
libdata-section-simple-perl_0.07-1.debian.tar.xz 1.9 KiB 8029811c0e4a653b34a65d3cf10a66b9445fd09386a378fca57f15d51cd1be18

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.