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
|
Source: libmoosex-attribute-chained-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-build-perl
Build-Depends-Indep: perl,
libmoose-perl,
libtry-tiny-perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-attribute-chained-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-attribute-chained-perl.git
Homepage: https://metacpan.org/release/MooseX-Attribute-Chained
Package: libmoosex-attribute-chained-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libmoose-perl,
libtry-tiny-perl
Breaks: libmoosex-chainedaccessors-perl
Provides: libmoosex-chainedaccessors-perl
Replaces: libmoosex-chainedaccessors-perl
Description: Moose attribute that returns the instance to allow for chaining
MooseX::Attribute::Chained is a Moose Trait which allows for method chaining
on accessors by returning $self on write/set operations.
|