libmethod-alias-perl 1.03-4 source package in Ubuntu

Changelog

libmethod-alias-perl (1.03-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libmethod-alias-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 00:55:20 +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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmethod-alias-perl_1.03-4.dsc 2.1 KiB aa0a4c7c0d585b31a0820c2ea544827b07fa4b03c77f4a17c907ef4f553e7722
libmethod-alias-perl_1.03.orig.tar.gz 20.8 KiB d3737e0feda7c7aebd880ee378ac009ab3aa6da44a7e885c2f8d31d3a13e1a53
libmethod-alias-perl_1.03-4.debian.tar.xz 2.0 KiB 33aa666d3d669cac03a26ae3887ae09e05bc0012df12d23562335d8ec617cbb4

Available diffs

No changes file available.

Binary packages built by this source

libmethod-alias-perl: module to create method aliases

 The traditional way to create a method alias (provide an alternate
 name for a method) is simply a GLOB alias. While this works fine for
 functions, it does not work for methods overloaded by a subclass.
 .
 Instead, Method::Alias creates a number of methods in the caller's
 package to call the real method. It is designed to be used as a pragma,
 to which you provide a set of pairs of method names.