libdata-optlist-perl 0.107-1 source package in Ubuntu

Changelog

libdata-optlist-perl (0.107-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
  * Standards-Version 3.8.4 (drop perl version dep)
  * Add myself to Uploaders and Copyright
  * Rewrite control description
  * No longer perform Perl::Critic tests
  * Use new short debhelper 7 rules format
  * Update copyright to new DEP5 format

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Jotam Jr. Trejo ]
  * New upstream release
  * debian/copyright: refresh, remove copyright and license for
    already deleted files (inc/Module/*) and use Debian systems
    instead of Debian GNU/Linux systems
  * Switch to Source Format 3.0 (quilt)
  * Bump Standards Version to 3.9.2
  * debian/control: add version (>= 0.96) for Test::More dependency
  * debian/patches/spelling.patch: patch to fix a spelling error
  * Bump DH compat level to 8
  * debian/control: remove libtest-pod-coverage-perl and libtest-pod-perl
    from B-D-I, not planning to run release tests
  * Add myself to Uploaders and Copyright
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  13 May 2011 06:49:52 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdata-optlist-perl_0.107.orig.tar.gz 13.4 KiB 28f691f680663d2773f8ee84d5f0766ef222cb2669bccc0a55c9c819e05e5a64
libdata-optlist-perl_0.107-1.debian.tar.gz 3.0 KiB 9e6205e7b73d7d49d622fd600bfdda0ac8e16e06c4a325d05bea3706844e6e5f
libdata-optlist-perl_0.107-1.dsc 2.2 KiB ea7cf85970a067f880f1d4de3f187f1d07f0c481dd0b2d3b01c34407f96464f1

Available diffs

View changes file

Binary packages built by this source

libdata-optlist-perl: module to parse and validate simple name/value option pairs

 Data::OptList is a Perl module useful for working with simple name-and-value
 option pairs. It assumes any defined scalar is a name and any reference after
 it is its value.