libtest-assertions-perl 1.054-2 source package in Ubuntu

Changelog

libtest-assertions-perl (1.054-2) unstable; urgency=low

  [ David Paleino ]
  * debian/control: removed myself from Uploaders (Closes: #509508)

  [ gregor herrmann ]
  * debian/control:
    - added: Vcs-Svn field (source stanza); Vcs-Browser
      field (source stanza). Removed: XS-Vcs-Svn fields
    - added: ${misc:Depends} to Depends: field
    - set Standards-Version to 3.8.0 (no changes)
    - add /me to Uploaders
  * Don't install README anymore.
  * Set debhelper compatibility level to 7; adapt
    debian/{control,compat,rules}.
  * debian/copyright: switch to new format.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Apr 2009 12:02:12 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Karmic
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

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-assertions-perl_1.054.orig.tar.gz 21.0 KiB fcdce41d57273881581adf680a20a6adf51a4c3b7e31c3f69866fb9109370280
libtest-assertions-perl_1.054-2.diff.gz 1.8 KiB c4dbf932ac209eb6a33fbf3e704a22d9715d224875492a1116bc032eee281f08
libtest-assertions-perl_1.054-2.dsc 1.4 KiB d529566a86ddf51931dc2924661b5839f73cdad05ea2dd170aa376fb89dd1c64

Available diffs

View changes file

Binary packages built by this source

libtest-assertions-perl: simple set of building blocks for unit and runtime testing

 Test::Assertions provides a convenient set of tools for constructing tests,
 such as unit tests or run-time assertion checks (like C's ASSERT macro).
 Unlike some of the Test:: modules available on CPAN, Test::Assertions is
 not limited to unit test scripts; for example it can be used to check if
 output is as expected within a benchmarking script.
 When it is used for unit tests, it generates output in the standard form
 for CPAN unit testing (under Test::Harness).