libtie-handle-offset-perl 0.004-2 source package in Ubuntu

Changelog

libtie-handle-offset-perl (0.004-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Apply multi-arch hints. + libtie-handle-offset-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 14:57:52 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtie-handle-offset-perl_0.004-2.dsc 2.1 KiB 83d4eb1083ca9a3f69598737519e96296c6319d028dda4f791f674ff3d43283f
libtie-handle-offset-perl_0.004.orig.tar.gz 14.3 KiB ee9f39055dc695aa244a252f56ffd37f8be07209b337ad387824721206d2a89e
libtie-handle-offset-perl_0.004-2.debian.tar.xz 2.3 KiB 0950425646dfac9774d1cd8383d31ff7e79625019a79ea8263e64f2c2e466c83

Available diffs

No changes file available.

Binary packages built by this source

libtie-handle-offset-perl: module to provide tied handle that hides the beginning of a file

 Tie::Handle::Offset provides a file handle that hides the beginning of a
 file. After opening, the file is positioned at the offset location. "seek()"
 and "tell()" calls are modified to preserve the offset.
 .
 For example, "tell($fh)" will return 0, though the actual file position is at
 the offset. Likewise, "seek($fh,80,0)" will seek to 80 bytes from the offset
 instead of 80 bytes from the actual start of the file.
 .
 The included Tie::Handle::SkipHeader module automatically hides an
 email-style message header. After opening the file, it reads up to a blank or
 white-space-only line and sets the offset to the next byte.