libmoosex-getopt-perl 0.75-3 source package in Ubuntu

Changelog

libmoosex-getopt-perl (0.75-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 16:54:59 +0000

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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-getopt-perl_0.75-3.dsc 2.7 KiB e0f4ccc20dd56420f37da974b07e8d80ca9019503581c6712f619cd12d4b1e71
libmoosex-getopt-perl_0.75.orig.tar.gz 57.7 KiB 63f3be5bb2bc381e9e48b5b95c0330f21718b6656e8ffb19c99d2ee0ac14ebc8
libmoosex-getopt-perl_0.75-3.debian.tar.xz 5.9 KiB 9a30cc643fe8e3dc2e7b21eeb2edc734cd912e7b018109dba3a41164bc3023eb

Available diffs

No changes file available.

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.