File: control

package info (click to toggle)
libfile-sharedir-tiny-perl 0.001-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 123; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,253 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-tiny-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: libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-sharedir-tiny-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-sharedir-tiny-perl.git
Homepage: https://metacpan.org/release/File-ShareDir-Tiny
Rules-Requires-Root: no

Package: libfile-sharedir-tiny-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to locate per-dist and per-module shared files
 Quite often you want or need your Perl module (CPAN or otherwise) to have
 access to a large amount of read-only data that is stored on the file-system
 at run-time.
 .
 On a linux-like system, this would be in a place such as /usr/share, however
 Perl runs on a wide variety of different systems, and so the use of any one
 location is unreliable.
 .
 File::ShareDir::Tiny provides a more portable way to have (read-only) data
 for your module.