File: control

package info (click to toggle)
libmodule-faker-perl 0.022-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 304 kB
  • sloc: perl: 819; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 2,111 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
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: libmodule-faker-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               perl
Build-Depends-Indep: libarchive-any-create-perl <!nocheck>,
                     libcpan-distnameinfo-perl <!nocheck>,
                     libcpan-meta-requirements-perl <!nocheck>,
                     libdata-optlist-perl <!nocheck>,
                     libencode-perl <!nocheck>,
                     libfile-next-perl <!nocheck>,
                     libgetopt-long-descriptive-perl <!nocheck>,
                     libjson-pp-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     libpath-class-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtext-template-perl <!nocheck>,
                     perl (>= 5.21.3) <!nocheck>
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-faker-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-faker-perl.git
Homepage: https://metacpan.org/release/Module-Faker

Package: libmodule-faker-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libarchive-any-create-perl,
         libcpan-distnameinfo-perl,
         libcpan-meta-requirements-perl,
         libdata-optlist-perl,
         libencode-perl,
         libfile-next-perl,
         libgetopt-long-descriptive-perl,
         libmoose-perl,
         libpath-class-perl,
         libtext-template-perl,
         perl (>= 5.21.3)
Description: module to build fake dists for testing CPAN tools
 Module::Faker is a tool for building fake CPAN modules and, perhaps more
 importantly, fake CPAN distributions. These are useful for running tools that
 operate against CPAN distributions without having to use real CPAN
 distributions. This is much more useful when testing an entire CPAN instance,
 rather than a single distribution, for which see CPAN::Faker.