libfile-countlines-perl 0.0.3-4 source package in Ubuntu

Changelog

libfile-countlines-perl (0.0.3-4) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 10:58:10 +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-countlines-perl_0.0.3-4.dsc 2.2 KiB be041bfc9eb85c768a07634d3cbd4b359c67859078275f0b1e8bec7b44b5de60
libfile-countlines-perl_0.0.3.orig.tar.gz 5.8 KiB cfd97cce7c9613e4e569d47874a2b5704f1be9eced2f0739c870725694382a62
libfile-countlines-perl_0.0.3-4.debian.tar.xz 2.5 KiB bcc1a01bb0a6d943744a940a9c6c80a73c8f02407843644dc28f53fcd70a01af

Available diffs

No changes file available.

Binary packages built by this source

libfile-countlines-perl: module for efficiently counting the number of lines in a file

 perlfaq5 answers the question on how to count the number of lines in a file.
 File::CountLines is a convenient wrapper around that method, with additional
 options.
 .
 More specifically, it counts the number of line breaks rather than lines. On
 Unix systems nearlly all text files end with a newline (by convention), so
 usually the number of lines and number of line breaks is equal.