libsub-handlesvia-perl 0.043-1 source package in Ubuntu

Changelog

libsub-handlesvia-perl (0.043-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.043.

 -- gregor herrmann <email address hidden>  Mon, 31 Oct 2022 13:39:51 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsub-handlesvia-perl_0.043-1.dsc 2.9 KiB fa969737fa9272a3ace7019388137ea5bd559425efd53a475bb529cd71bda6cc
libsub-handlesvia-perl_0.043.orig.tar.gz 164.9 KiB 99df6186df1ec137acf0d87fd2652caa8f4db414886271b24325b6317f37b13c
libsub-handlesvia-perl_0.043-1.debian.tar.xz 2.3 KiB 88288c66cf91633bd15aa17ca48cd7ae224f4682015af16cb7e647cd739d78a4

Available diffs

No changes file available.

Binary packages built by this source

libsub-handlesvia-perl: alternative handles_via implementation for Moo, Moose, and more

 If you've used Moose's native attribute traits, or MooX::HandlesVia before,
 you should have a fairly good idea what Sub::HandlesVia does.
 .
 Why re-invent the wheel? Well, this is an implementation that should work
 okay with Moo, Moose, Mouse, and any other OO toolkit you throw at it. One
 ring to rule them all, so to speak.
 .
 Also, unlike MooX::HandlesVia, it honours type constraints, plus it doesn't
 have the limitation that it can't mutate non-reference values.