libmousex-getopt-perl 0.38-1 source package in Ubuntu

Changelog

libmousex-getopt-perl (0.38-1) unstable; urgency=medium

  * Import upstream version 0.38.
  * Drop no-bool-for-help-usage.patch.
    The issue is fixed (differently) in the new release.
  * Update upstream contact.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.3.0.
  * Bump debhelper compatibility level to 11.

 -- gregor herrmann <email address hidden>  Mon, 28 Jan 2019 18:10:34 +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
Focal release universe perl

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmousex-getopt-perl_0.38-1.dsc 2.4 KiB 6b5bcc186027a1346371b5b7e098573c55660987ee5ab3d2f0e832e4362f7ffd
libmousex-getopt-perl_0.38.orig.tar.gz 21.3 KiB de3ea8ef452dd9501ea8c4eda8744b7224602602b04692607edd7d62b79f038f
libmousex-getopt-perl_0.38-1.debian.tar.xz 3.8 KiB bfb7456d5fb1e2461997d651cce72084b6c1b084d2f4c0f7e21bb6665a8a44c6

Available diffs

No changes file available.

Binary packages built by this source

libmousex-getopt-perl: Mouse role for processing command line options

 MouseX::Getopt is a role which provides an alternate constructor for creating
 objects using parameters passed in from the command line.
 .
 MouseX::Getopt attempts to DWIM as much as possible with the command line
 params by introspecting your class's attributes. It will use the name of your
 attribute as the command line option, and if there is a type constraint
 defined, it will configure Getopt::Long to handle the option accordingly.
 .
 You can use the trait MouseX::Getopt::Meta::Attribute::Trait or the attribute
 metaclass MouseX::Getopt::Meta::Attribute to get non-default commandline
 option names and aliases.
 .
 You can use the trait MouseX::Getopt::Meta::Attribute::Trait::NoGetopt or the
 attribute metaclass MouseX::Getopt::Meta::Attribute::NoGetopt to have
 MouseX::Getopt ignore your attribute in the commandline options.