File: control

package info (click to toggle)
libfile-slurp-perl 9999.32-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 416 kB
  • sloc: perl: 650; makefile: 39
file content (17 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libfile-slurp-perl
Section: perl
Priority: optional
Maintainer: Alexander Zangerl <az@debian.org>
Build-Depends: debhelper (>= 9.0.0)
Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl
Standards-Version: 4.2.1
Homepage: https://metacpan.org/release/File-Slurp

Package: libfile-slurp-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: single call read & write file routines
 File::Slurp provides some quickie routines that read from,
 append to or overwrite a file - with a single subroutine call. Their main
 intention is to save a couple of lines of code over and over again,
 but they do not do anything fancy.