libmoosex-getopt-perl 0.74-1 source package in Ubuntu

Changelog

libmoosex-getopt-perl (0.74-1) unstable; urgency=medium

  * Import upstream version 0.74.

 -- gregor herrmann <email address hidden>  Sun, 30 Sep 2018 18:10:41 +0200

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
Focal release universe perl

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-getopt-perl_0.74-1.dsc 2.7 KiB af8044dde3633512b1f94c17cf2cffe11bb2443573ade461dcde82ffdc527ec3
libmoosex-getopt-perl_0.74.orig.tar.gz 56.8 KiB 1de0df3b431ebe9f3563bdf4569eacd7e07e865a8397f2a990d0cb57d4cb2c24
libmoosex-getopt-perl_0.74-1.debian.tar.xz 5.7 KiB 6d71ec7fe3d1f7523785cfd478bcbf47a7258c59b9a971de2c1cace20b635789

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.