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 33 34 35 36 37 38 39
  
     | 
    
      Source: libmoox-traits-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)
Build-Depends-Indep: libexporter-tiny-perl <!nocheck>,
                     libmodule-runtime-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libmoosex-role-parameterized-perl <!nocheck>,
                     libpackage-variant-perl <!nocheck>,
                     librole-tiny-perl (>= 2.002004) <!nocheck> | librole-tiny-perl (<< 2.002000) <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-requires-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoox-traits-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoox-traits-perl.git
Homepage: https://metacpan.org/release/MooX-Traits
Rules-Requires-Root: no
Package: libmoox-traits-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libexporter-tiny-perl,
         libmodule-runtime-perl,
         librole-tiny-perl (>= 2.002004) | librole-tiny-perl (<< 2.002000)
Description: module to automatically apply roles at object creation time
 Like MooseX::Traits, the MooX::Traits module provides a method to add some
 roles to a class when creating it (during new), only for Moo.
 .
 Although called MooX::Traits, this module actually uses Role::Tiny, so
 doesn't really require Moo. If you use it in a non-Moo class, you should be
 able to safely consume any Role::Tiny-based traits.
 .
 If you use it in a Moo class, you should also be able to consume
 Moo::Role-based traits and Moose::Role-based traits.
 
     |