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

Changelog

libmoosex-getopt-perl (0.78-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 09:06:51 -0700

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libmoosex-getopt-perl_0.78.orig.tar.gz 54.7 KiB 7ae89620f38827dbad2313a4e5f734049958f5d6212bd62abdbcb8ae936dcbc7
libmoosex-getopt-perl_0.78-ok1.debian.tar.xz 2.1 KiB efc427b5932cf55119a442913d1f547c37077fd8eaf5ee0289a58d39d1ec9015
libmoosex-getopt-perl_0.78-ok1.dsc 2.6 KiB f0fbc43702eda1690e439df1624419dd62e6c50fa45bf07079950aa334743dc7

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.