libfile-loadlines-perl 1.046-2 source package in Ubuntu

Changelog

libfile-loadlines-perl (1.046-2) unstable; urgency=medium

  * No-change source-only re-upload.

 -- Roland Rosenfeld <email address hidden>  Fri, 23 Feb 2024 08:59:01 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-loadlines-perl_1.046-2.dsc 2.2 KiB a8027384a0844aedd1afc26490d10244d1c43c297b599a78f613e355e3a9e449
libfile-loadlines-perl_1.046.orig.tar.gz 9.4 KiB 79b9b1d07a852c725a47f6046b757d1d70ca3afad63fa27a087087436dd72bc2
libfile-loadlines-perl_1.046-2.debian.tar.xz 1.9 KiB efe3fb800dc8baa805d2c7dea512a019dd09f406c1de88dac31ab7b8cc709712

No changes file available.

Binary packages built by this source

libfile-loadlines-perl: Load lines from files and network

 File::LoadLines provides an easy way to load the contents of a text
 file into an array of lines. It is intended for small to moderate
 size files like config files that are often produced by weird tools
 (and users).
 .
 It will transparently fetch data from the network if the provided
 file name is a URL.
 .
 File::LoadLines automatically handles ASCII, Latin-1 and UTF-8
 text. When the file has a BOM, it handles UTF-8, UTF-16 LE and BE,
 and UTF-32 LE and BE.
 .
 Recognized line terminators are NL (Unix, Linux), CRLF (DOS, Windows)
 and CR (Mac)