libarray-diff-perl 0.07-1 source package in Ubuntu

Changelog

libarray-diff-perl (0.07-1) unstable; urgency=low

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

  [ Salvatore Bonaccorso ]
  * New upstream release
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).
  * Simplify debian/rules to a tiny makefile.
  * Add myself to Uploaders.
  * Refresh debian/copyright:
    - Update to revision 135 of DEP5 proposal for machine-readable
      copyright file.
    - Refer to Debian systems.
    - Explicitly refer to GPL-1 license text in common-licenses.
  * Bump Standards-Version to 3.9.1.
  * Convert to '3.0 (quilt)' source package format.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 09:36:51 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl
Precise release universe perl

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libarray-diff-perl_0.07.orig.tar.gz 50.9 KiB 78e7d3a3374c74e117b7198f8e6649367a2906561b8a485d3870f242fa8f8346
libarray-diff-perl_0.07-1.debian.tar.gz 2.1 KiB 611b4f92954a1b3760fa7167dea197118b3ccf0fb1c245c3012edb9edf2a4e83
libarray-diff-perl_0.07-1.dsc 2.1 KiB 3697afccb6e7d76da43f73c29ed6488d54628dcd6879562ac35f61f4bd430361

Available diffs

View changes file

Binary packages built by this source

libarray-diff-perl: Perl module to find the differences between two arrays

 The Array::Diff module compares two arrays and determines which elements
 have been removed or added. Its interface is straightforward, solving
 a simple problem in a simple way; for those who need more features,
 there is always the Array::Compare module.