libsub-override-perl 0.08-4 source package in Ubuntu

Changelog

libsub-override-perl (0.08-4) unstable; urgency=low

  * Now maintained by the Debian Perl Group. (Closes: #576181)
    + debian/control: Add Vcs-* fields.
    + debian/control: Add myself to Uploaders.
  * debian/control: Add Homepage field.
  * debian/control: Move debhelper to Build-Depends, drop build-dep on
    libtest-simple-perl, add build-dep on libtest-pod-perl and
    libtest-pod-coverage-perl to enable additional tests.
  * debian/control: Add ${misc:Depends}.
  * Refresh rules for debhelper 7.
  * Use source format 3.0 (quilt).
  * Fix spelling error in documentation.
    + new patch: spelling.patch
  * Convert debian/copyright to proposed machine-readable format.
  * debian/watch: Use dist-based URL.
  * Bump Standards-Version to 3.8.4.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:56:03 +0100

Upload details

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

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsub-override-perl_0.08.orig.tar.gz 5.4 KiB 72d2ef2d340f80b273a6b2798750026fbf64616dbc2eb2372858808f4dfc458f
libsub-override-perl_0.08-4.debian.tar.gz 2.2 KiB c9fc15de025f375c601c4f8f184f842e19d3bc87b6954c375c08d0017beb0fdd
libsub-override-perl_0.08-4.dsc 2.0 KiB fc01c4b46ea050b522b5e25e282cfaf07c131f3c7585006a97ee3f7b8b6c958f

Available diffs

View changes file

Binary packages built by this source

libsub-override-perl: Perl module used to temporarily override subroutines

 Perl programmers sometimes have a need to override subroutines,
 particularly for testing purposes. Sub::Override provides a simple
 way to override subroutines instead of using heavier-weight methods
 such as Mock Objects.