libterm-readpassword-perl 0.11-6 source package in Ubuntu

Changelog

libterm-readpassword-perl (0.11-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 0.11-5.
  * Bump debhelper from old 12 to 13.

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

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
libterm-readpassword-perl_0.11-6.dsc 2.1 KiB 3f0642efaf486e596f948600bc129bcafda2111cfa0240bdd71d61c35fab6f56
libterm-readpassword-perl_0.11.orig.tar.gz 6.9 KiB e1a866345b35f9ffef7d0037e13d6d4cb280310089f98c20713880bc70fb4323
libterm-readpassword-perl_0.11-6.debian.tar.xz 3.2 KiB 99e1602b897a7c3434ff04822e849c178b222d156680ad4bee5195183c74a013

Available diffs

No changes file available.

Binary packages built by this source

libterm-readpassword-perl: prompt user for a password

 Term::ReadPassword lets you ask the user for a password in the
 traditional way, from the keyboard, without echoing.
 .
 The read_password function prompts for input, reads a line of
 text from the keyboard, then returns that line to the caller.
 The line of text doesn't include the newline character, so
 there's no need to use chomp.