Source: libsub-handlesvia-perl Maintainer: Debian Perl Group Uploaders: intrigeri Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libclass-method-modifiers-perl , libclass-tiny-perl , libclass-xsaccessor-perl , libexporter-tiny-perl , libmoo-perl , libmoose-perl , libmoox-typetiny-perl , libmouse-perl , libobject-pad-perl , librole-hooks-perl , librole-tiny-perl , libscalar-list-utils-perl , libtest-fatal-perl , libtest-requires-perl , libtest-simple-perl , libtype-tiny-perl , libtype-tiny-xs-perl , perl Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsub-handlesvia-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsub-handlesvia-perl.git Homepage: https://metacpan.org/release/Sub-HandlesVia Rules-Requires-Root: no Package: libsub-handlesvia-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-method-modifiers-perl, libclass-tiny-perl, libexporter-tiny-perl, librole-tiny-perl, libscalar-list-utils-perl, libtype-tiny-perl Recommends: libobject-pad-perl, libmoose-perl, libmouse-perl Description: 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.