io-stringy 2.111-3 source package in Ubuntu

Changelog

io-stringy (2.111-3) unstable; urgency=medium

  [ Nick Morrott ]
  * Take over for the Debian Perl Group, as agreed with Bart
  * d/compat:
    - bump debhelper compatibility level to 11
  * d/control:
    - declare compliance with Debian Policy 4.3.0
    - bump debhelper compatibility level to 11
    - add Vcs-Git and Vcs-Browser fields
    - update Homepage field to metacpan URL
    - add autopkgtest support
    - refresh short/long package descriptions
  * d/copyright:
    - replace with copyright details in 1.0 format
  * d/docs:
    - drop README
  * d/libio-stringy-perl.examples
    - install examples
  * d/patches:
    - refresh 02_over.diff
    - refresh 03_item.diff
  * d/rules:
    - remove trailing whitespace
  * d/u/metadata:
    - add upstream metadata
  * d/watch:
    - migrate to track metacpan releases

  [ gregor herrmann ]
  * autopkgtest: enable use.t by adding debian/tests/pkg-perl/use-name
    with a more or less random module from the distribution to test.

 -- Nick Morrott <email address hidden>  Thu, 28 Feb 2019 04:35:31 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main interpreters
Noble release main interpreters
Mantic release main interpreters
Lunar release main interpreters
Jammy release main interpreters
Focal release main interpreters

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
io-stringy_2.111-3.dsc 2.1 KiB b21b87e84a62a9c6fe2b5f421d5937b0af35dca29844c435f8104586c0d0f8c6
io-stringy_2.111.orig.tar.gz 40.5 KiB 8c67fd6608c3c4e74f7324f1404a856c331dbf48d9deda6aaa8296ea41bf199d
io-stringy_2.111-3.debian.tar.xz 4.2 KiB e093b904edd3832986d87d0e0f7995b9962aae2b78cdf6da65c4408b0ed38413

Available diffs

No changes file available.

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