libclass-makemethods-perl 1.01-7 source package in Ubuntu

Changelog

libclass-makemethods-perl (1.01-7) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 20:17:16 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-makemethods-perl_1.01-7.dsc 2.2 KiB 3b2a2a604931acc884b9f1ded459d615bb776c6c9bc51df3802f327c17f1fb39
libclass-makemethods-perl_1.01.orig.tar.gz 158.4 KiB 4b22bdfdf9fe940a2d5732e7c263a1fb5b29bea68561006386c36f6d3a2ad1c1
libclass-makemethods-perl_1.01-7.debian.tar.xz 8.9 KiB 8d1478c8407a06a15a3868742baf39aefb6a80b17714edc5225e5d9ae96849f5

Available diffs

No changes file available.

Binary packages built by this source

libclass-makemethods-perl: Perl module for generating common types of methods

 The Class::MakeMethods framework allows Perl class developers to
 quickly define common types of methods. When a module uses
 Class::MakeMethods or one of its subclasses, it can select from a
 variety of supported method types, and specify a name for each method
 desired. The methods are dynamically generated and installed in the
 calling package.