raku-getopt-long 0.3.3-2build2 source package in Ubuntu

Changelog

raku-getopt-long (0.3.3-2build2) kinetic; urgency=medium

  * No-change rebuild for rakudo 2022.04 abi changes.

 -- Bryce Harrington <email address hidden>  Wed, 29 Jun 2022 02:02:24 +0000

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
raku-getopt-long_0.3.3.orig.tar.gz 20.1 KiB 5f6a5019a91aafec72125637995de484794c70687f8838e372cf2a804d49c7b5
raku-getopt-long_0.3.3-2build2.debian.tar.xz 4.9 KiB fb86d210ed613454bf759f99c6e46aa88883396234832af240cd57a4928b5752
raku-getopt-long_0.3.3-2build2.dsc 2.1 KiB 873b1baceabfa59728d433694fc835a078b7dfb39525ad2f4a484c0bd083c981

Available diffs

View changes file

Binary packages built by this source

raku-getopt-long: Getopt implementation for Raku

 Getopt::Long Raku/Perl6 module implements extended getopt functions called get-
 options() and get-options-from, as well as automatic argument parsing
 for a MAIN sub.
 .
 This function adheres to the POSIX syntax for command line options, with
 GNU extensions. In general, this means that options have long names
 instead of single letters, and are introduced with a double dash "--".
 Support for bundling of command line options, as was the case with the
 more traditional single-letter approach, is also provided.