File: control

package info (click to toggle)
libmoosex-role-withoverloading-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • ctags: 25
  • sloc: perl: 443; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 1,526 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
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.