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
|
Source: libstring-interpolate-named-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roland Rosenfeld <roland@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.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstring-interpolate-named-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstring-interpolate-named-perl.git
Homepage: https://metacpan.org/release/String-Interpolate-Named
Rules-Requires-Root: no
Package: libstring-interpolate-named-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${perl:Depends}
Description: Interpolated named arguments in string
String::Interpolate::Named provides a function to interpolate named
arguments by target texts in a template string. The target texts are
provided to the function via a hash, where the keys correspond to the
named argument to be replaced, or a subroutine that performs the lookup.
|