libgetargs-long-perl 1.1012-4 source package in Ubuntu

Changelog

libgetargs-long-perl (1.1012-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on liblog-agent-perl,
      libmodule-install-perl and libtest-pod-perl.
    + libgetargs-long-perl: Drop versioned constraint on perl in Depends.

  [ Colin Watson ]
  * debian/watch: Upgrade to version 4.

 -- Colin Watson <email address hidden>  Fri, 19 Aug 2022 10:15:44 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Sid
Original maintainer:
Colin Watson
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgetargs-long-perl_1.1012-4.dsc 2.2 KiB 848d2a9eea19bc092dd3484deafc498c846c398b25ca8afff302a813584fab39
libgetargs-long-perl_1.1012.orig.tar.gz 43.0 KiB 53d0ef62390b5c9ce2c9da3d69ef974f4dc6231a3385bb95d40715f7da90c70e
libgetargs-long-perl_1.1012-4.debian.tar.xz 3.5 KiB 10edad138b3acc0243953f741f7e27d62dbe0da94ecf557298704f6113757417

Available diffs

No changes file available.

Binary packages built by this source

libgetargs-long-perl: Perl module to parse long function arguments

 The Getargs::Long module allows usage of named parameters in function
 calls, along with optional argument type-checking. It provides an easy
 way to get at the parameters within the routine, and yields concise
 descriptions for the common cases of all-mandatory and all-optional
 parameter lists.
 .
 The validation of arguments can be done by a structure-driven routine
 getargs() which is fine for infrequently called routines (but should be
 slower), or via a dedicated routine created and compiled on the fly the
 first time it is needed, by using the cgetargs() family (expected to be
 faster).
 .
 The Log::Agent module is used to report errors, which leaves to the
 application the choice of the final logging method: to a file, to
 STDERR, or to syslog.
 .
 Note that this module is still in the alpha stage of development, and
 the interface to it may change: indeed, it changed between 0.1.2 and
 0.1.3.