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: libtk-objscanner-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libjson-perl <!nocheck>,
                     libmath-bigint-perl <!nocheck>,
                     libpath-tiny-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libyaml-pp-perl <!nocheck>,
                     perl,
                     perl-tk,
                     xauth <!nocheck>,
                     xfonts-base <!nocheck>,
                     xvfb <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtk-objscanner-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtk-objscanner-perl.git
Homepage: https://metacpan.org/release/Tk-ObjScanner
Rules-Requires-Root: no
Package: libtk-objscanner-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libjson-perl,
         libpath-tiny-perl,
         libscalar-list-utils-perl,
         libyaml-pp-perl,
         perl-tk
Description: Tk viewer for perl data structures
 Tk::ObjScanner from CPAN provides a GUI to scan the attributes
 of an object. It can also be used to scan the elements of a hash
 or an array.
 
     |