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
|
Source: libmoosex-role-withoverloading-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
libaliased-perl,
libmoose-perl (>= 1.15),
libnamespace-autoclean-perl (>= 0.16),
libnamespace-clean-perl (>= 0.19),
libtest-checkdeps-perl,
perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-role-withoverloading-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-role-withoverloading-perl.git
Homepage: https://metacpan.org/release/MooseX-Role-WithOverloading
Package: libmoosex-role-withoverloading-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libaliased-perl,
libmoose-perl (>= 1.15),
libnamespace-autoclean-perl (>= 0.16),
libnamespace-clean-perl (>= 0.19)
Description: Moose extension for roles that support overloading
MooseX::Role::WithOverloading allows you to write a Moose::Role which defines
overloaded operators and allows those operator overloadings to be composed
into the classes/roles/instances it's compiled to, while plain Moose::Roles
would lose the overloading.
|