File: control

package info (click to toggle)
libmoox-buildargs-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 22
  • sloc: perl: 286; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,192 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
Source: libmoox-buildargs-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep:
 libconfig-methodproxy-perl,
 libmoo-perl (>= 2),
 libnamespace-clean-perl (>= 0.24),
 libstrictures-perl (>= 2),
 libtest2-suite-perl,
 perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoox-buildargs-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoox-buildargs-perl.git
Homepage: https://metacpan.org/release/MooX-BuildArgs
Testsuite: autopkgtest-pkg-perl

Package: libmoox-buildargs-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libconfig-methodproxy-perl,
 libmoo-perl (>= 2),
 libnamespace-clean-perl (>= 0.24),
 libstrictures-perl (>= 2)
Description: Perl role for saving the instantiation arguments
 It is often useful to be able to access the arguments that were
 used to create an object in their unadulterated form, before any
 coercions or init_args have changed them.  The MooX::BuildArgs role
 provides the arguments via the "build_args" attribute.