Source: libmoox-buildargs-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Peter Pentchev Build-Depends: debhelper-compat (= 11) Build-Depends-Indep: libconfig-methodproxy-perl, libmoo-perl (>= 2), libnamespace-clean-perl (>= 0.24), libstrictures-perl (>= 2), libtest2-suite-perl, perl Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoox-buildargs-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoox-buildargs-perl.git Homepage: https://metacpan.org/release/MooX-BuildArgs Testsuite: autopkgtest-pkg-perl Rules-Requires-Root: no Package: libmoox-buildargs-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libconfig-methodproxy-perl, libmoo-perl (>= 2), libnamespace-clean-perl (>= 0.24), libstrictures-perl (>= 2) Description: Perl role for saving the instantiation arguments It is often useful to be able to access the arguments that were used to create an object in their unadulterated form, before any coercions or init_args have changed them. The MooX::BuildArgs role provides the arguments via the "build_args" attribute.