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

Changelog

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

  * Team upload.
  * Import upstream version 0.045.
  * Update debian/upstream/metadata.

 -- gregor herrmann <email address hidden>  Sat, 03 Dec 2022 17:55:09 +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.045-1.dsc 2.9 KiB cfab4ff3f99d9275db0a4067d58b3f576b2807b4445dfc230ea91fc3be3a45f1
libsub-handlesvia-perl_0.045.orig.tar.gz 168.0 KiB e21678b2f5a67f46305604a80b0709f9c81e155db8b4cfd92eb8eb094e124ccf
libsub-handlesvia-perl_0.045-1.debian.tar.xz 2.3 KiB 9a846f24313859abdba4bcc766b4b4e6cb00333195feaf20f79077f77253806b

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.