libclass-default-perl 1.51-5 source package in Ubuntu

Changelog

libclass-default-perl (1.51-5) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Sat, 15 Oct 2022 17:45:34 +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-default-perl_1.51-5.dsc 2.1 KiB d2e2b6a2cdf9b0749ff0db0a339595eb068fa59c1a147ab530dba6bf16f07dfa
libclass-default-perl_1.51.orig.tar.gz 24.1 KiB adfb4eb7a05fe637b8934601176c15d33e5c4b4ca628f8a19babf6a1c5e3d3ed
libclass-default-perl_1.51-5.debian.tar.xz 3.6 KiB 4543385b50aaf7400c3559336a3290e45bf34ffbe82c433d6d47edca30232c8d

Available diffs

No changes file available.

Binary packages built by this source

libclass-default-perl: Perl module to make static calls apply to a default instantiation

 Class::Default provides a mechanism to allow your class to take static method
 calls and apply it to a default instantiation of an object. It provides a
 flexibility to an API that allows it to be used more comfortably in
 different situations.
 .
 This technique appears to be especially useful when writing modules that you
 want to be used in either a single use or a persistent environment. In a CGI
 like environment, you want the simplicity of a static interface. You can
 call Class->method directly, without having to pass an instantiation
 around constantly.