libclass-accessor-classy-perl 0.9.1-4 source package in Ubuntu

Changelog

libclass-accessor-classy-perl (0.9.1-4) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 01:21:37 +0000

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-accessor-classy-perl_0.9.1-4.dsc 2.2 KiB 912ca0bcc81fcf41f51591b7349287b07e65970247ca1dfa970f7ea357ba21c1
libclass-accessor-classy-perl_0.9.1.orig.tar.gz 11.2 KiB 0e13d5d2cbdb1d241ee527a14b3c2c06d8234b25395ab44f85168f61a421fc5c
libclass-accessor-classy-perl_0.9.1-4.debian.tar.xz 2.4 KiB b090b3e39ce88d7ee52848f4ed7b2d8445bce414bfe30e3f07f2a29e4b054b6f

Available diffs

No changes file available.

Binary packages built by this source

libclass-accessor-classy-perl: Perl module providing minimalist, fast accessors

 Class::Accessor::Classy provides an extremely small-footprint accessor/mutator
 declaration scheme for fast and convenient object attribute setup. Its intent
 is to be a simple and speedy mechanism for preventing hash-key typos rather
 than a full-blown object system with type checking and so on.
 .
 The accessor ('foo') and mutator ('set_foo') methods appear as a hidden parent
 class of your package and stay out of your way otherwise.