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
  
     | 
    
      Source: libconfig-model-tester-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: libfile-copy-recursive-perl,
                     liblog-log4perl-perl,
                     libpath-tiny-perl,
                     libtest-differences-perl,
                     libtest-exception-perl,
                     libtest-file-contents-perl,
                     libtest-memory-cycle-perl,
                     libtest-warn-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-model-tester-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libconfig-model-tester-perl.git
Homepage: https://metacpan.org/release/Config-Model-Tester
Package: libconfig-model-tester-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-copy-recursive-perl,
         liblog-log4perl-perl,
         libpath-tiny-perl,
         libtest-differences-perl,
         libtest-exception-perl,
         libtest-file-contents-perl,
         libtest-memory-cycle-perl,
         libtest-warn-perl
Breaks: libconfig-model-perl (<< 2.041)
Replaces: libconfig-model-perl (<< 2.041)
Description: Test framework for Config::Model
 Config::Model::Tester provides a way to test configuration models with
 tests files. This class was designed to tests several models and several
 tests cases per model.
 
     |