raku-getopt-long 0.3.5-1build1 source package in Ubuntu

Changelog

raku-getopt-long (0.3.5-1build1) lunar; urgency=medium

  * Rebuild against new rakudo-2022.12-1.

 -- Gianfranco Costamagna <email address hidden>  Sat, 21 Jan 2023 11:46:10 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Rakudo Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
raku-getopt-long_0.3.5.orig.tar.gz 20.2 KiB 5555078cfe15264588a962cbc8825aaef8d2df1660413479088ac61d5541eb95
raku-getopt-long_0.3.5-1build1.debian.tar.xz 5.1 KiB dfdeeb46f28c5f572ab2d064915711433c48e017dd85e1cffdb56e3b84ba0573
raku-getopt-long_0.3.5-1build1.dsc 2.0 KiB 6ba18cf357d918df095d367cf13e1b78f587e6fac4bdcfcc7114a2d8c6737a75

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.