Source: libpar-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Niko Tyni <ntyni@iki.fi>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libarchive-zip-perl,
                     libtest-pod-perl,
                     libpar-dist-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpar-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpar-perl.git
Homepage: https://metacpan.org/release/PAR

Package: libpar-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libpar-dist-perl,
         libarchive-zip-perl
Recommends: gnupg,
            libmodule-signature-perl,
            libpar-packer-perl
Description: Perl redistributable module packaging framework
 PAR is a Perl framework which allows you to easily bundle a typical blib/
 tree into a compressed file (currently a zip) called a Perl Archive. This
 makes it fairly simple to redistribute, even providing support for loading
 C/XS modules by overriding DynaLoader's bootstrapping methods. It writes a
 shared object file to a temporary file at the time it is needed.
