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

Changelog

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

  * Import upstream version 0.76.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Thu, 21 Dec 2023 20:43:20 +0100

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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-getopt-perl_0.76-1.dsc 3.0 KiB 0fb976c78d7cda65b916d30c3a3e3d5b55b13391ce674beb5b25492f7a46e3c7
libmoosex-getopt-perl_0.76.orig.tar.gz 57.9 KiB ff8731bd2b1df83347dfb6afe9ca15c04d2ecd8b288e5793d095eaf956b6b028
libmoosex-getopt-perl_0.76-1.debian.tar.xz 5.9 KiB f32cc921d1de63aad6b7cb9f77f304800228f713af115c383cfc7386ac27f278

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.