File: control

package info (click to toggle)
libdata-fake-perl 0.006-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 987; makefile: 7
file content (38 lines) | stat: -rw-r--r-- 1,589 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
Source: libdata-fake-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 (= 13)
Build-Depends-Indep: libimport-into-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtext-lorem-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-fake-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-fake-perl.git
Homepage: https://metacpan.org/release/Data-Fake
Rules-Requires-Root: no

Package: libdata-fake-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libimport-into-perl,
         libscalar-list-utils-perl,
         libtext-lorem-perl
Description: module for generating fake structured data for testing
 Data::Fake generates randomized, fake structured data using declarative
 syntax.
 .
 Data::Fake is built on higher-order programming principles. It provides users
 with "factory" functions, which create "generator" functions for specific
 pieces of data.
 .
 Wherever randomized, fake data is desired, a generator code reference is used
 as a placeholder for the desired output. Each time the top-level generator is
 run, nested generators are recursively run to turn placeholders into the
 desired randomized data.