libmoosex-getopt-perl 0.75-1build3 source package in Ubuntu

Changelog

libmoosex-getopt-perl (0.75-1build3) jammy; urgency=medium

  * No change rebuild against bootstrapped package

 -- Gianfranco Costamagna <email address hidden>  Tue, 23 Nov 2021 21:05:03 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Jammy
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-getopt-perl_0.75.orig.tar.gz 57.7 KiB 63f3be5bb2bc381e9e48b5b95c0330f21718b6656e8ffb19c99d2ee0ac14ebc8
libmoosex-getopt-perl_0.75-1build3.debian.tar.xz 5.9 KiB 6e198233a73c743b4b90d22324261356864c42eae373c994ffcb359085d5d34a
libmoosex-getopt-perl_0.75-1build3.dsc 2.7 KiB 2b628c2936ef560606f639a6a1a83b2ead19dfd8f58b46a91b5d056f9b055027

View changes file

Binary packages built by this source

libmoosex-getopt-perl: Moose extension for processing command line options

 MooseX::Getopt is a Moose role which provides an alternate constructor for
 creating objects using parameters passed in from the command line. This module
 automatically discovers command line parameters by introspecting your class
 attributes, using the name of your attribute as the command line option. If
 there is a type constraint defined, it will configure Getopt::Long to handle
 the option accordingly.
 .
 By default, attributes beginning with an underscore are considered private and
 are not given commandline argument support, unless the attribute's metaclass
 is set to MooseX::Getopt::Meta::Attribute. You can also use this behaviour to
 get non-default commandline option names and aliases.