libmoox-handlesvia-perl 0.001009-2 source package in Ubuntu

Changelog

libmoox-handlesvia-perl (0.001009-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 06:20:56 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoox-handlesvia-perl_0.001009-2.dsc 2.5 KiB 31c07dca2432f7b838b422d86a5375ec9a62ccd6f63a587e44dde78d4c25f8db
libmoox-handlesvia-perl_0.001009.orig.tar.gz 24.2 KiB 716353e38894ecb7e8e4c17bc95483db5f59002b03541b54a72c27f2a8f36c12
libmoox-handlesvia-perl_0.001009-2.debian.tar.xz 2.8 KiB 6d7bd83751493f5c79420396fcd9cc6db85570d612350a5c9dd65f30f2fb5459

Available diffs

No changes file available.

Binary packages built by this source

libmoox-handlesvia-perl: Moose Native Traits-like behavior for Moo

 MooX::HandlesVia is an extension of Moo's 'handles' attribute
 functionality. It provides a means of proxying functionality from an
 external class to the given attribute.
 .
 This is most commonly used as a way to emulate 'Native Trait'
 behavior that is common in Moose code.