libio-stringy-perl 2.111-ok1 source package in openKylin

Changelog

libio-stringy-perl (2.111-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- denghao <email address hidden>  Mon, 29 Aug 2022 08:26:53 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libio-stringy-perl_2.111.orig.tar.gz 40.5 KiB 8c67fd6608c3c4e74f7324f1404a856c331dbf48d9deda6aaa8296ea41bf199d
libio-stringy-perl_2.111-ok1.debian.tar.xz 2.0 KiB 5e79744a7467e5d6df30883e18dc24184f4fe97ae419cc467695defdc1df2b1b
libio-stringy-perl_2.111-ok1.dsc 1.8 KiB 4ada43b21d73f4bef5884422ad34fbb12d435740de07a37cbb5811623e32b744

View changes file

Binary packages built by this source

libio-stringy-perl: 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