File: control

package info (click to toggle)
libmoosex-role-strict-perl 0.5-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: perl: 120; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,252 bytes parent folder | download | duplicates (2)
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
Source: libmoosex-role-strict-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Oleg Gashev <oleg@gashev.net>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: libmoose-perl,
                     perl,
                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-role-strict-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-role-strict-perl.git
Homepage: https://metacpan.org/release/MooseX-Role-Strict

Package: libmoosex-role-strict-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmoose-perl
Description: module for using strict 'roles' with Moose
 When using Moose::Role, a class which provides a method a role provides will
 silently override that method. This can cause strange, hard-to-debug errors
 when the role's methods are not called. Simple use MooseX::Role::Strict
 instead of Moose::Role and overriding a role's method becomes a
 composition-time failure.
 .
 WARNING: this is ALPHA code. More features to be added later.