libdevel-hide-perl 0.0013-1 source package in Ubuntu

Changelog

libdevel-hide-perl (0.0013-1) unstable; urgency=medium

  * Team upload.

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * Import upstream version 0.0013.
  * Add additional upstream copyright holder.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * debian/watch: use uscan version 4.

 -- gregor herrmann <email address hidden>  Sat, 22 Feb 2020 00:30:18 +0100

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-hide-perl_0.0013-1.dsc 2.4 KiB dcfccc5fe9f746323b47855b81f51405485ca7134a9535bdcdfab5eba3ff3f31
libdevel-hide-perl_0.0013.orig.tar.gz 9.6 KiB 6fc3bbcf4f0253a6e5168296c909938c13c886923a7995ac969e47adfcf07ecb
libdevel-hide-perl_0.0013-1.debian.tar.xz 2.4 KiB b6b8f0c2ec3d60182b6024db4f16b717906326cf6072f6943970beb0d0451399

Available diffs

No changes file available.

Binary packages built by this source

libdevel-hide-perl: module for forcing the unavailability of specified Perl modules (for testing)

 Given a list of Perl modules/filenames, Devel::Hide makes require and use
 statements fail (no matter the specified files/modules are installed or not).
 .
 They die with a message like:
 .
 Can't locate Module/ToHide.pm (hidden)
 .
 The original intent of Devel::Hide is to allow Perl developers to test for
 alternative behavior when some modules are not available. In a Perl
 installation, where many modules are already installed, there is a chance to
 screw things up because you take for granted things that may not be there in
 other machines.