File: control

package info (click to toggle)
libfile-find-rule-perl-perl 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 224 kB
  • sloc: perl: 1,665; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,540 bytes parent folder | download
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
Source: libfile-find-rule-perl-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libfile-find-rule-perl,
 libparams-util-perl (>= 0.38),
 perl, perl (>= 5.10.1) | libparse-cpan-meta-perl (>= 1.38)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>, Ryan Niebur <ryan@debian.org>,
 Jonathan Yu <jawnsy@cpan.org>, Damyan Ivanov <dmn@debian.org>,
 Ansgar Burchardt <ansgar@debian.org>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/File-Find-Rule-Perl/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-find-rule-perl-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-find-rule-perl-perl.git

Package: libfile-find-rule-perl-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libfile-find-rule-perl,
 libparams-util-perl (>= 0.38),
 perl (>= 5.10.1) | libparse-cpan-meta-perl (>= 1.38)
Description: Perl module for searching Perl things
 File::Find::Rule::Perl provides methods for finding various Perl distribution
 files easily, which allows one to replicate search queries usually run on CPAN
 Search or related web sites.
 .
 This module makes it easy to find out information like which Perl modules are
 included in a distribution, names of test scripts, the type of installation
 mechanism (Makefile.PL or Build.PL) and names of any other miscellaneous Perl
 scripts that are distributed. It can also be used to locate files that contain
 Perl code.