File: control

package info (click to toggle)
libmodule-corelist-perl 2.09-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 464 kB
  • ctags: 8
  • sloc: perl: 7,604; makefile: 45
file content (27 lines) | stat: -rw-r--r-- 1,248 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
Source: libmodule-corelist-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libversion-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>, gregor herrmann <gregor+debian@comodo.priv.at>
Standards-Version: 3.7.2.1
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/packages/libmodule-corelist-perl/trunk/

Package: libmodule-corelist-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libversion-perl 
Description: what modules shipped with versions of perl
 Module::CoreList contains the hash of hashes
 %Module::CoreList::version, this is keyed on perl version as indicated
 in $].  The second level hash is module => version pairs.
 .
 Note, it is possible for the version of a module to be unspecified,
 whereby the value is undef, so use exists $version{$foo}{$bar} if
 that's what you're testing for.
 .
 It also contains %Module::CoreList::released hash, which has ISO
 formatted versions of the release dates, as gleaned from perlhist.
 .
 New, in 1.96 is also the %Module::CoreList::families hash, which
 clusters known perl releases by their major versions.