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

Changelog

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

  * Modify debian/control.

 -- denghao <email address hidden>  Fri, 16 Sep 2022 05:21:42 +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
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libio-stringy-perl_2.111.orig.tar.gz 40.5 KiB 8c67fd6608c3c4e74f7324f1404a856c331dbf48d9deda6aaa8296ea41bf199d
libio-stringy-perl_2.111-ok2.debian.tar.xz 2.0 KiB 1c81beeca96d8d137e0e809b08ca20ca99b7d68f1caf82a243f8deee2399021d
libio-stringy-perl_2.111-ok2.dsc 1.8 KiB 46df445f2bb765ed2520a5b012939a8ca3691746ab8847aa96aee69a0f8065f3

Available diffs

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