1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: libmoox-shorthas-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libmoo-perl (>= 2.003006) <!nocheck>,
libstrictures-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-indistdir-perl <!nocheck>,
perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoox-shorthas-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoox-shorthas-perl.git
Homepage: https://metacpan.org/release/MooX-ShortHas
Rules-Requires-Root: no
Package: libmoox-shorthas-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libmoo-perl (>= 2.003006),
libstrictures-perl
Description: Shortcuts for common Moo has attribute configurations
Moo's has asks developers to repeat themselves a lot to set up attributes,
and since its inceptions the most common configurations of attributes have
crystallized through long usage.
.
MooX::ShortHas module provides sugar shortcuts that wrap around has under the
appropriate names to reduce the effort of setting up an attribute to naming
it with a shortcut.
|