File: control

package info (click to toggle)
libfile-slurper-perl 0.009-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 172 kB
  • ctags: 15
  • sloc: perl: 356; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,052 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
Source: libfile-slurper-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libperlio-utf8-strict-perl,
                     libtest-warnings-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-slurper-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-slurper-perl.git
Homepage: https://metacpan.org/release/File-Slurper
Testsuite: autopkgtest-pkg-perl

Package: libfile-slurper-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Recommends: libperlio-utf8-strict-perl
Description: simple, sane and efficient module to slurp a file
 File::Slurper provides functions for fast and correct slurping and spewing.
 .
 This module tries to make it as easy as possible to read and write files
 correctly and fast, hiding away all complications behind an easy intuitive
 interface.