libtest-tempdir-perl 0.05-1 source package in Ubuntu

Changelog

libtest-tempdir-perl (0.05-1) unstable; urgency=low

  [ Iulian Udrea ]
  * New upstream release
  * Run dh-make-perl --refresh.
  * debian/control:
    - Bump Standards-Version to 3.8.3.
      + The requirement for Perl modules to have a versioned Depend and
        Build-Depend on perl >= 5.6.0-16 has been removed.
    - Improve the single line synopsis.
    - Add myself to Uploaders.
  * Update debian/copyright.
  * debian/rules: Shorten to only 3 lines.
  * debian/watch: Remove unneeded lines.

  [ gregor herrmann ]
  * debian/control: bumpd (build) dependency on libmoose-perl.

libtest-tempdir-perl (0.04-1) unstable; urgency=low

  * Initial Release (Closes: #531404).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  19 Nov 2009 22:33:44 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-tempdir-perl_0.05.orig.tar.gz 7.8 KiB a603f956e2c0062bf04df073b4969fb4694efe45bed63234e29c41090793fc76
libtest-tempdir-perl_0.05-1.diff.gz 1.6 KiB 557ee864239debb394d7dd90e863df2eae86ff2e140c88cbb8902114bec58564
libtest-tempdir-perl_0.05-1.dsc 1.5 KiB 4d6b0d3e617207cc7dc55c662bc292ccce0c166e81da9be648c3e1f38114264d

View changes file

Binary packages built by this source

libtest-tempdir-perl: Perl module that creates temporary files for testing

 Test::TempDir provides temporary directory creation with testing in mind.
 .
 The differences between this module and File::Temp are:
  * prevent race conditions when running parallel tests harness
  * empty directory before running tests
  * files are not cleaned at the end of the tests if they fail