File: control

package info (click to toggle)
libpackage-locator-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 204 kB
  • ctags: 16
  • sloc: perl: 452; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,852 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: libpackage-locator-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Oleg Gashev <oleg@gashev.net>
Build-Depends: debhelper (>= 8),
 perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
Build-Depends-Indep: libcpan-distnameinfo-perl,
 libmoose-perl,
 libmoosex-markasmethods-perl,
 libmoosex-types-path-class-perl,
 libmoosex-types-uri-perl,
 libpath-class-perl,
 libtest-exception-perl,
 liburi-perl,
 libwww-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpackage-locator-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpackage-locator-perl.git
Homepage: https://metacpan.org/release/Package-Locator/

Package: libpackage-locator-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcpan-distnameinfo-perl,
 libmoose-perl,
 libmoosex-markasmethods-perl,
 libmoosex-types-path-class-perl,
 libmoosex-types-uri-perl,
 libpath-class-perl,
 liburi-perl,
 libwww-perl
Description: module to find a package among CPAN-like repositories
 Package::Locator attempts to answer the question: "Where a distribution that
 will provide this package?" The answer is divined by searching the indexes
 for one or more CPAN-like repositories. If you also provide a specific
 version number, Package::Locator will attempt to find a distribution with
 that version of the package, or higher. You can also ask to find the latest
 version of a package across all the indexes.
 .
 Package::Locator only looks at the index files for each repository, and those
 indexes only contain information about the latest versions of the packages
 within that repository. So Package::Locator is not BackPAN magic -- you
 cannot use it to find precisely which distribution a particular package (or
 file) came from.