Source: libperl-prereqscanner-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libcpan-meta-perl (>= 2.120630),
 liblist-moreutils-perl,
 libmoose-perl,
 libnamespace-autoclean-perl,
 libparams-util-perl,
 libppi-perl (>= 1.205),
 libstring-rewriteprefix-perl,
 libtry-tiny-perl,
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>, 
 Jonathan Yu <jawnsy@cpan.org>,
 Alessandro Ghedini <ghedo@debian.org>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/Perl-PrereqScanner/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libperl-prereqscanner-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libperl-prereqscanner-perl.git

Package: libperl-prereqscanner-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
 libcpan-meta-perl (>= 2.120630),
 liblist-moreutils-perl,
 libmoose-perl,
 libnamespace-autoclean-perl,
 libparams-util-perl,
 libppi-perl (>= 1.205),
 libstring-rewriteprefix-perl
Description: module for extracting prerequisites from Perl code
 Perl::PrereqScanner is a Perl module that extracts distribution prerequisites
 from files through various means. The extraction is not perfect but provides
 a best-guess approximation, currently detecting the following:
 .
   * plain lines beginning with use or require in perl modules and scripts
   * regular inheritance declared with the base and parent pragmata
   * Moose inheritance declared with the extends keyword
   * Moose roles included with the with keyword
