File: control

package info (click to toggle)
libmoosex-role-withoverloading-perl 0.17-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 400 kB
  • sloc: perl: 443; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 1,398 bytes parent folder | download
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
Source: libmoosex-role-withoverloading-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libaliased-perl,
               libmoose-perl,
               libnamespace-autoclean-perl,
               libnamespace-clean-perl,
               libtest-checkdeps-perl,
               perl-xs-dev,
               perl:native
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-role-withoverloading-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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,
         libnamespace-autoclean-perl,
         libnamespace-clean-perl
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.