File: control

package info (click to toggle)
libio-stringy-perl 2.113-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 324 kB
  • sloc: perl: 1,010; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,526 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
26
27
28
29
30
31
32
33
Source: libio-stringy-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-stringy-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-stringy-perl.git
Homepage: https://metacpan.org/release/IO-Stringy
Rules-Requires-Root: no

Package: libio-stringy-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: modules for I/O on in-core objects (strings/arrays)
 IO::Stringy primarily provides modules for performing both traditional and
 object-oriented I/O on things *other* than normal filehandles; in particular,
 IO::Scalar, IO::ScalarArray, and IO::Lines.
 .
 The libio-stringy-perl package provides the following modules:
 .
  * IO::AtomicFile  - write a file which is updated atomically
  * IO::InnerFile   - define a file inside another file
  * IO::Lines       - IO:: interface for reading/writing an array of lines
  * IO::Scalar      - IO:: interface for reading/writing a scalar
  * IO::ScalarArray - IO:: interface for reading/writing an array of scalars
  * IO::Stringy     - I/O on in-core objects like strings and arrays
  * IO::Wrap        - wrap raw filehandles in IO::Handle interface
  * IO::WrapTie     - wrap tieable objects in IO::Handle interface