Source: libtest-snapshot-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Andrew Ruthven , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: libcapture-tiny-perl , libtest-harness-perl , libtest-simple-perl , libtext-diff-perl , perl, 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 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.