File: control

package info (click to toggle)
libfilehandle-unget-perl 0.1634-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: perl: 2,161; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download | duplicates (2)
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
Source: libfilehandle-unget-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libdevel-leak-perl,
                     libfile-slurp-perl,
                     libfile-slurper-perl,
                     libtest-compile-perl,
                     liburi-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfilehandle-unget-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfilehandle-unget-perl.git
Homepage: https://metacpan.org/release/FileHandle-Unget

Package: libfilehandle-unget-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module that allows ungetting of multiple bytes
 FileHandle::Unget is a Perl Module that is a drop-in replacement for the
 standard FileHandle module. It allows more than one byte to be placed back
 on the input. It also provides ungets to unget a string, which is useful if
 the filehandle refers to a stream for which you can't just seek() backwards.