File: control

package info (click to toggle)
libfunction-fallback-coreorpp-perl 0.090-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 122; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,665 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
31
32
33
34
35
36
Source: libfunction-fallback-coreorpp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libacme-damn-perl <!nocheck>,
                     libclone-pp-perl <!nocheck>,
                     libdata-clone-perl <!nocheck>,
                     liblist-moreutils-perl <!nocheck>,
                     perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfunction-fallback-coreorpp-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfunction-fallback-coreorpp-perl.git
Homepage: https://metacpan.org/release/Function-Fallback-CoreOrPP
Rules-Requires-Root: no

Package: libfunction-fallback-coreorpp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclone-pp-perl
Recommends: libacme-damn-perl,
            libdata-clone-perl,
            liblist-moreutils-perl
Multi-Arch: foreign
Description: set of functions using non-core XS modules with pure-Perl/core fallback
 Function::Fallback::CoreOrPP provides functions that use non-core XS modules
 (for best speed, reliability, feature, etc) but falls back to those that use
 core XS or pure-Perl modules when the non-core XS module is not available.
 .
 This module helps when you want to bootstrap your Perl application with a
 portable, dependency-free Perl script. In a vanilla Perl installation (having
 only core modules), you can use App::FatPacker to include non-core pure-Perl
 dependencies to your script.