libio-pager-perl 2.10-1 source package in Ubuntu

Changelog

libio-pager-perl (2.10-1) unstable; urgency=medium

  * Import upstream version 2.10.
  * debian/rules: remove --no-parallel from build stage.
    The parallel building problems are fixed in this release.

 -- gregor herrmann <email address hidden>  Sat, 07 Nov 2020 16:16:33 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-pager-perl_2.10-1.dsc 2.3 KiB eac059aa0b9f727db266b3777dccf800610250a4aa7621100f885ed8dbce905f
libio-pager-perl_2.10.orig.tar.gz 42.7 KiB bcb4d8c2d280c8034b82591cc0b9eb67a004f90ce9aa05979fc6071307acb195
libio-pager-perl_2.10-1.debian.tar.xz 2.8 KiB 3d11ec60549f91253df141580feda648081189e49bf4536a8bc16544d3e33961

Available diffs

No changes file available.

Binary packages built by this source

libio-pager-perl: module to select a pager and pipe text to it

 IO::Pager is lightweight and can be used to locate an available pager and set
 the PAGER environment variable sanely or as a factory for creating objects
 defined elsewhere such as IO::Pager::Buffered, IO::Pager::Unbuffered, and
 IO::Pager::less which provides a pure perl pager.
 .
 IO::Pager::Perl is used in the IO::Pager::less IO::Pager subclass, but is
 also a free-standing library ready to be incorporated into other code.
 .
 IO::Pager subclasses are designed to programmatically decide whether or not
 to pipe a filehandle's output to a program specified in PAGER. Subclasses may
 inherit from IO::Pager, and implement the IO handle methods desired.