libgetopt-argvfile-perl 1.11-5 source package in Ubuntu

Changelog

libgetopt-argvfile-perl (1.11-5) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 20:39:25 +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 misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgetopt-argvfile-perl_1.11-5.dsc 2.2 KiB c21124f9c399bdbb14b68f469d34c742c2b60aba8292fa42b288968f345d3a1c
libgetopt-argvfile-perl_1.11.orig.tar.gz 19.0 KiB 3709aa513ce6fd71d1a55a02e34d2f090017d5350a9bd447005653c9b0835b22
libgetopt-argvfile-perl_1.11-5.debian.tar.xz 4.7 KiB 372e4ef7a66c84f5764b841c483c4862649f6a139041bdf21ec2d7610b1de491

Available diffs

No changes file available.

Binary packages built by this source

libgetopt-argvfile-perl: Perl module for reading script options and parameters from files

 This module simply interpolates option file hints in @ARGV by the
 contents of the pointed files. This enables option reading from
 files instead of or additional to the usual reading from the command
 line.
 .
 Alternatively, you can process any array instead of @ARGV which is
 used by default and mentioned mostly in this manual.
 .
 The interpolated @ARGV could be subsequently processed by the usual
 option handling, e.g. by a Getopt::xxx module. Getopt::ArgvFile does
 not perform any option handling itself, it only prepares the array
 @ARGV.