libgetopt-complete-perl 0.26-4 source package in Ubuntu

Changelog

libgetopt-complete-perl (0.26-4) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 19:18:08 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgetopt-complete-perl_0.26-4.dsc 2.1 KiB 285dc2235002d0d1e26daccd799baf362e19710ea2ad36ad4bd6068f8c802ee8
libgetopt-complete-perl_0.26.orig.tar.gz 191.2 KiB f1848afdb012756f3b73ffdc629349c19babaf042f6d09fdb33a110b7e102453
libgetopt-complete-perl_0.26-4.debian.tar.xz 3.1 KiB 0e87422cb8dae13144ed6e114a153157e673d3b3ec2171dd6455fa170e410068

Available diffs

No changes file available.

Binary packages built by this source

libgetopt-complete-perl: programmable shell completion for Perl apps

 Getopt::Complete makes it easy to add custom command-line completion to Perl
 applications. It also does additional validation of arguments, when the
 program is actually executed, based on completion lists.
 .
 Support is also present for apps which are an entry point for a hierarchy of
 sub-commands (in the style of cvs and git).
 .
 Getopt::Complete also wraps the standard options processing and exports it as
 a %ARGS hash at compile time, making using the arguments hassle-free.
 .
 The completion features currently work with the bash shell, which is the
 default on most Linux and Mac systems. Patches for other shells are welcome.