libmoosex-getopt-perl 0.76-ok1 source package in openKylin

Changelog

libmoosex-getopt-perl (0.76-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:42:17 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-getopt-perl_0.76.orig.tar.gz 57.9 KiB ff8731bd2b1df83347dfb6afe9ca15c04d2ecd8b288e5793d095eaf956b6b028
libmoosex-getopt-perl_0.76-ok1.debian.tar.xz 2.0 KiB 8309c803d103f17f64714d71a92207ead0b149e0660aaa4ffdde916422183d9d
libmoosex-getopt-perl_0.76-ok1.dsc 2.5 KiB 739517f87bf0e05aba6c6a1d5d80b849b06895e7161a9efccaedc8539c4fedad

Available diffs

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.