libio-prompt-tiny-perl 0.003-2 source package in Ubuntu

Changelog

libio-prompt-tiny-perl (0.003-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 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).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libcapture-tiny-perl,
      libtest-simple-perl and perl.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 00:54:40 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-prompt-tiny-perl_0.003-2.dsc 2.1 KiB 94a707e9e70f890a24678427ce4dfcaf076837ca62ea951013ed63d520685598
libio-prompt-tiny-perl_0.003.orig.tar.gz 13.8 KiB 00cc5a454f733367403dcdbba21966047f920c5abc5f03e6847d2f53e0c57996
libio-prompt-tiny-perl_0.003-2.debian.tar.xz 2.5 KiB 4a39fd2390a896c2692e1feb80b6f3ed16b601d47578cc72126c6adedfc1fe81

Available diffs

No changes file available.

Binary packages built by this source

libio-prompt-tiny-perl: module that prompts for user input with a default option

 IO::Prompt::Tiny is an extremely simple prompting module, based on the
 extremely simple prompt offered by ExtUtils::MakeMaker.In many cases, that's
 all you need and this module gives it to you without all the overhead of
 ExtUtils::MakeMaker just to prompt for input.
 .
 It doesn't do any validation, coloring, menus, timeouts, or any of the wild,
 crazy, cool stuff that other prompting modules do. It just prompts with a
 default. That's it!