File: control

package info (click to toggle)
libmodule-reader-perl 0.003003-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 374; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,037 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
Source: libmodule-reader-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-reader-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-reader-perl.git
Homepage: https://metacpan.org/release/Module-Reader
Rules-Requires-Root: no

Package: libmodule-reader-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to find and read perl modules like perl does
 Module::Reader finds modules in @INC using the same algorithm perl does. From
 that, it will give you the source content of a module, the file name (where
 available), and how it was found. Searches (and content) are based on the
 same internal rules that perl uses for require() and do().