File: control

package info (click to toggle)
libcpan-meta-perl 2.101670-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 532 kB
  • ctags: 111
  • sloc: perl: 2,058; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,614 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
Source: libcpan-meta-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libjson-perl (>= 2),
 libversion-perl (>= 1:0.8200) | perl (>= 5.12),
 libversion-requirements-perl (>= 0.101020), perl,
 perl (>= 5.10.1) | libautodie-perl,
 perl (>= 5.10.1) | libfile-temp-perl (>= 0.20),
 perl (>= 5.10.1) | libparse-cpan-meta-perl,
 perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@43-1.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/CPAN-Meta/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcpan-meta-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcpan-meta-perl/

Package: libcpan-meta-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libjson-perl (>= 2),
 libversion-perl (>= 1:0.8200) | perl (>= 5.12),
 libversion-requirements-perl (>= 0.101020),
 perl (>= 5.10.1) | libautodie-perl, perl (>= 5.10.1) | libparse-cpan-meta-perl
Description: Perl module to access distribution metadata for a CPAN distribution
 Software distributions released to the CPAN include a META.json or, for older
 distributions, META.yml which describes the distribution, its contents, and
 the requirements for building and installing the distribution. The data
 structure stored in the META.json file is described in CPAN::Meta::Spec.
 .
 CPAN::Meta provides a simple class to represent this distribution metadata
 (or distmeta), along with some helpful methods for interrogating that data.