File: control

package info (click to toggle)
libfindbin-libs-perl 2.190.02-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 276 kB
  • sloc: perl: 496; makefile: 11
file content (24 lines) | stat: -rw-r--r-- 970 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: libfindbin-libs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libfile-copy-recursive-reduced-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfindbin-libs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfindbin-libs-perl.git
Homepage: https://metacpan.org/release/FindBin-libs

Package: libfindbin-libs-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module to use a relative path for lib directories
 FindBin::libs is a Perl module to locate and 'use lib' or export
 directories based on $FindBin::Bin.
 .
 This allows using libraries stored in paths relative to the program,
 which is a useful feature for developers.