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

Changelog

libdata-section-simple-perl (0.05-1) unstable; urgency=low


  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Xavier Guimard ]
  * Imported Upstream version 0.05
  * debian/copyright:
    + bump format to 1.0
    + update years
  * Bump Standards-Version to 3.9.4

 -- Xavier Guimard <email address hidden>  Tue, 25 Jun 2013 06:21:10 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdata-section-simple-perl_0.05-1.dsc 2.2 KiB 8ca0b0c9e808db5525dbf8f40bc7f2c4fe340713f65c1cbd152630749d48bd29
libdata-section-simple-perl_0.05.orig.tar.gz 11.2 KiB 60773e8e4c9fa7fd3a6c2756388b3a65173722148798f7194e92af5e3e217725
libdata-section-simple-perl_0.05-1.debian.tar.gz 1.8 KiB 396275c6f9a7ef0bc75b49e56aeee71ede178318b28d277c94bc5d964c0a1faa

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.