libdirectory-scratch-perl 0.15-1 source package in Ubuntu

Changelog

libdirectory-scratch-perl (0.15-1) unstable; urgency=low


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

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

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

  [ Salvatore Bonaccorso ]
  * 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).
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Xavier Guimard ]
  * Imported Upstream version 0.15
  * Update source format to 3.0 (quilt)
  * Update debian/rules to use "dh $@"
  * Add example file
  * debian/copyright:
    + update years
    + bump format to 1.0
    + change upstream contact to Tomas Doran
  * Bump Standards-Version to 3.9.4
  * Bump debhelper compatibility to 8

 -- Xavier Guimard <email address hidden>  Tue, 21 May 2013 06:27:43 +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 universe perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdirectory-scratch-perl_0.15-1.dsc 2.2 KiB 85452f1301fdcd03380abc1929af17671dbf3c2a74f468121fdc83cf01a89763
libdirectory-scratch-perl_0.15.orig.tar.gz 33.3 KiB 8354e8bc6c824e0533c2e77f0de7b130a1a8ef899a9ea99d9ce38128c5a37899
libdirectory-scratch-perl_0.15-1.debian.tar.gz 2.2 KiB cd5f62b1c40a66f775e52943335426ca63eee4e6d590591b97a417fd99e712de

Available diffs

No changes file available.

Binary packages built by this source

libdirectory-scratch-perl: easy-to-use self-cleaning scratch space

 When writing test suites for modules that operate on files,
 it's often inconvenient to correctly create a platform-independent
 temporary storage space, manipulate files inside it, then clean it
 up when the test exits. The inconvenience usually results in tests
 that don't work everywhere, or worse, no tests at all.
 .
 Directory::Scratch aims to eliminate that problem by making it easy to
 do things right.