File: control

package info (click to toggle)
libfile-sharedir-par-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 248 kB
  • ctags: 131
  • sloc: perl: 1,759; makefile: 2; sh: 2
file content (30 lines) | stat: -rw-r--r-- 1,359 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
Source: libfile-sharedir-par-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alex Muntada <alexm@alexm.org>,
           Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libfile-sharedir-perl,
                     libclass-inspector-perl,
                     libpar-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-sharedir-par-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-sharedir-par-perl.git
Homepage: https://metacpan.org/release/File-ShareDir-PAR

Package: libfile-sharedir-par-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libfile-sharedir-perl,
         libclass-inspector-perl
Description: module for handling shared data in PAR archives
 File::ShareDir::PAR is a Perl module that provides a mechanism for locating
 shared data in PAR packages. By using this module's functions, the currently
 loaded .par files will be scanned before @INC, which is the same order you
 get for loading modules when PAR is in effect. If a matching path is found
 in a PAR archive, the full archive is extracted and the path returned will
 point to the extracted copy on disk.