1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libperl6-slurp-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Allard Hoeve <allard@byte.nl>,
gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libperl6-export-perl, perl
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Perl6-Slurp
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libperl6-slurp-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libperl6-slurp-perl
Testsuite: autopkgtest-pkg-perl
Package: libperl6-slurp-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libperl6-export-perl
Multi-Arch: foreign
Description: module implementing the Perl 6 'slurp' built-in
Perl6::Slurp allows you to "slurp" in contents from a file or
a file handle into a scalar or an array. This used to be done by
modifying the $/ built-in, but Perl6::Slurp provides the ease of
use of the Perl 6's slurp() function.
|