File: control

package info (click to toggle)
libtest-snapshot-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 234; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,278 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: libtest-snapshot-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Ruthven <andrew@etc.gen.nz>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
                     libtest-harness-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtext-diff-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-snapshot-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-snapshot-perl.git
Homepage: https://metacpan.org/release/Test-Snapshot
Rules-Requires-Root: no

Package: libtest-snapshot-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtest-simple-perl,
         libtext-diff-perl
Description: Perl test module for testing against data stored in files
 Test::Snapshot implements a function to automate tests against pre known
 data, providing a nice interface for updating the expected test data when it
 changes.
 .
 This is based on the idea known in frontend development circles as "snapshot
 testing", hence the module name.