libclass-perl 1.1.7-1 source package in Ubuntu

Changelog

libclass-perl (1.1.7-1) unstable; urgency=medium

  * Team upload.

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

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 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).
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Import upstream version 1.1.7.
  * debian/copyright: update Upstream-Contact and
    upstream copyright holders.
  * Add debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Mon, 07 Mar 2022 20:24:08 +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-perl_1.1.7-1.dsc 2.3 KiB 967714884715336e18065bce981e5d5c787edcbab99023d235724d5089c3ea40
libclass-perl_1.1.7.orig.tar.gz 4.2 KiB 4e159f2ec646a654135ec7de8ebeed472c99cf10d740f287dbce7730b9622b65
libclass-perl_1.1.7-1.debian.tar.xz 2.6 KiB 1e365777100b13f1dc956a23c72d7581fc8a3c4eb8ede71de3ea66222fe8e38e

Available diffs

No changes file available.

Binary packages built by this source

libclass-perl: module providing aliases for __PACKAGE__

 CLASS is a minimalistic Perl module that simply provides aliases for the
 special literal, __PACKAGE__, which represents the current package name at
 that point during program execution. The aliases are mapped at compile-time,
 so there is no performance hit except for compilation of the module itself.
 .
 This module ensures that CLASS and $CLASS can be used anywhere in place of
 __PACKAGE__, and since $CLASS is a scalar, it has the additional benefit of
 working in strings.