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

Changelog

libdirectory-scratch-perl (0.18-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Lucas Kanashiro ]
  * Add debian/upstream/metadata
  * Import upstream version 0.18
  * Remove unexistent inc/Module/* entry from d/copyright
  * Declare compliance with Debian policy 3.9.6
  * Bump debhelper compatibility level to 9
  * Add autopkgtest-pkg-perl
  * Update dependencies

  [ gregor herrmann ]
  * Install new CONTRIBUTING file.

 -- Lucas Kanashiro <email address hidden>  Fri, 21 Aug 2015 09:37:36 -0300

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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdirectory-scratch-perl_0.18-1.dsc 2.4 KiB 78395b15d9780d988135803ee8044496fdbf4f22f5889837aeaae72d558d19af
libdirectory-scratch-perl_0.18.orig.tar.gz 37.7 KiB b87b6b1bccc60d1b3ce147cd218fe2c600d7119ea4e00da7b099cd4afe32ac01
libdirectory-scratch-perl_0.18-1.debian.tar.xz 2.4 KiB 857c1805ba2117cf1dd6c13b1137a2f30666c6c82151a128d45d01fb5ace3c4b

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.