libfilehandle-unget-perl 0.1634-4 source package in Ubuntu

Changelog

libfilehandle-unget-perl (0.1634-4) unstable; urgency=medium

  * Add patch to fix building twice in a row.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 06 Aug 2023 03:47:50 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfilehandle-unget-perl_0.1634-4.dsc 2.6 KiB 8d6e7eaf5ae6f31d67194dbdc4a51dc00fca0f78037d004721be25cec330683c
libfilehandle-unget-perl_0.1634.orig.tar.gz 41.7 KiB 380f34ad3ce5e9ec661d4c468bb3392231c162317d4172df378146b42aab1785
libfilehandle-unget-perl_0.1634-4.debian.tar.xz 4.0 KiB 3cf4b33c30739dc742c08488d6a779fe0e7de588bda46588291cfb845f3091d6

Available diffs

No changes file available.

Binary packages built by this source

libfilehandle-unget-perl: Perl module that allows ungetting of multiple bytes

 FileHandle::Unget is a Perl Module that is a drop-in replacement for the
 standard FileHandle module. It allows more than one byte to be placed back
 on the input. It also provides ungets to unget a string, which is useful if
 the filehandle refers to a stream for which you can't just seek() backwards.