libfile-bom-perl 0.18-2 source package in Ubuntu

Changelog

libfile-bom-perl (0.18-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libfile-bom-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 01:15:19 +0100

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
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-bom-perl_0.18-2.dsc 2.2 KiB 488e919e58dac8a608713a56bc9595527659cd50004e811abfaa96075648a02a
libfile-bom-perl_0.18.orig.tar.gz 19.6 KiB 28edc43fcb118e11bc458c9ae889d56d388c1d9bc29997b00b1dffd8573823a3
libfile-bom-perl_0.18-2.debian.tar.xz 3.1 KiB 08adea09c19b70043900bae442040766e43d004b2aedd030aec76c8a5a6fa91b

Available diffs

No changes file available.

Binary packages built by this source

libfile-bom-perl: Perl module for handling Byte Order Marks

 File::BOM provides functions for handling Unicode Byte Order Marks, which are
 sometimes found at the beginning of some files and streams. It allows programs
 to automatically determine the original byte ordering a file was written with;
 in other words, whether the program was written in little-endian or big-endian
 byte order.
 .
 This module provides a simple way to open a file, determine its byte ordering
 and return the appropriate encoding style. Byte Order Marks are usually found
 at the beginning of a file, but in the case of a stream where this is not the
 case, this module also provides a utility to scan any filehandle for it.