libtest-use-ok-perl 0.02-2 source package in Ubuntu

Changelog

libtest-use-ok-perl (0.02-2) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields.
  * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #468011).

  [ Martín Ferrari ]
  * debian/watch: use dist/ URL.
  * debian/control:
    - Bumped Standards-Version: no changes.
    - Added myself to Uploaders.
  * debian/rules: remove stuff unneeded for arch-indep package, depend on
    -stamp targets, prettify a little.
  * debian/copyright: new format, add copyright notice for packaging (set to
    DPG, as this module was always under the group umbrella).

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:17:02 +0100

Upload details

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

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-use-ok-perl_0.02.orig.tar.gz 13.0 KiB 2ffa57be16363f21906f31cda31576db39c6d35d6ef1ce3f9a65acad62573686
libtest-use-ok-perl_0.02-2.diff.gz 2.5 KiB 88977682449f87430ecefd04177acf7f972a169e17d6ec07ebf1fc9530175c24
libtest-use-ok-perl_0.02-2.dsc 1013 bytes 0233a8107c1cff27e837a0b1d7e5a7da2022cea24faed0607f19286dc400587c

View changes file

Binary packages built by this source

libtest-use-ok-perl: Module to test if a Perl module loads ok

 Test::use::ok is an alternative to the more widely-known
 Test::More::use_ok. It can be used in test scripts to check if a module
 loads ok, but its usage is less error-prone.