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

Changelog

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

  * Team upload.
  * Import upstream version 0.050000.
  * Update years of upstream copyright.

 -- gregor herrmann <email address hidden>  Sun, 09 Apr 2023 17:56:06 +0200

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsub-handlesvia-perl_0.050000-1.dsc 2.9 KiB 92476084dfc9fc335d3ca71934f59771d6d18d09ffdf5613b47d64c3dc8f6461
libsub-handlesvia-perl_0.050000.orig.tar.gz 172.1 KiB 2df93493e2f9e95be579b950b6e19ff524f94c80613aadc03a88611dff75794f
libsub-handlesvia-perl_0.050000-1.debian.tar.xz 2.4 KiB 865fc5d87b9056eb2aa4c8734aa58e39561216cc2da36b0877a52fce815d21cd

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.