libclass-unload-perl 0.11-2 source package in Ubuntu

Changelog

libclass-unload-perl (0.11-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Sat, 11 Jun 2022 22:52:03 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-unload-perl_0.11-2.dsc 2.2 KiB 086f329dd8893ad2301f3788329763f395ef15fa0ce73da04eecd58699be38f8
libclass-unload-perl_0.11.orig.tar.gz 11.3 KiB 52e29747a7e4d2e1a289c0e1de8107634f10c8426cd7c9d31ecac8383e4a0a5f
libclass-unload-perl_0.11-2.debian.tar.xz 2.7 KiB 6583a1fccc2a880f75a10aa9db6e6211c887cce0b44a92a80f3fcda8d71a70a4

Available diffs

No changes file available.

Binary packages built by this source

libclass-unload-perl: Perl module to unload a class at runtime

 Class::Unload is a Perl module that unloads the given class by clearing out its
 symbol table and removing it from %INC during runtime. The unloaded class may
 then be reloaded later on using 'require'.