File: control

package info (click to toggle)
libfind-lib-perl 1.04-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: perl: 124; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,266 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
Source: libfind-lib-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfind-lib-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfind-lib-perl.git
Homepage: https://metacpan.org/release/Find-Lib

Package: libfind-lib-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Multi-Arch: foreign
Description: Perl module to intelligently find libraries
 Find::Lib is a module aimed at finding and loading libraries in paths relative
 to the currently running script. It is particularly useful for test scripts,
 when there are test helper modules included in the distribution that are needed
 for testing but should not be installed on the system.
 .
 It simplifies the finding and loading these special libraries, which can be a
 tedious and error-prone process, especially when new modules are updated. This
 module is generally used to locate and load a bundled "bootstrapping" module
 which then loads the required dependencies.