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
|
Source: libmoosex-attributehelpers-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-tiny-perl,
perl
Build-Depends-Indep: libtest-exception-perl,
libmoose-perl
Standards-Version: 3.9.7
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-attributehelpers-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-attributehelpers-perl.git
Homepage: https://metacpan.org/release/MooseX-AttributeHelpers
Package: libmoosex-attributehelpers-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libmoose-perl
Description: Perl library to extend your attribute interfaces
MooseX::AttributeHelpers provides commonly-used attribute helper methods for
more specific types of data than those offered by Moose alone. It provides
Bool, Counter, Number, String, Array, Bag, Hash, ImmutableHash, and List
attribute types.
.
These modules are deprecated, as their functionality is available in Moose
itself as native attribute traits.
|