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

Changelog

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete field Contact from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.

  [ gregor herrmann ]
  * Add patch for compatibility with Getopt-Long-Descriptive 0.106/0.107.
    Taken from upstrem PR!5.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Thu, 16 Sep 2021 23:36:27 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmousex-getopt-perl_0.38-2.dsc 2.5 KiB ebd31c1089a3dab19c657915c492ab56bcd93615e65fd00fe081d5e3ea388227
libmousex-getopt-perl_0.38.orig.tar.gz 21.3 KiB de3ea8ef452dd9501ea8c4eda8744b7224602602b04692607edd7d62b79f038f
libmousex-getopt-perl_0.38-2.debian.tar.xz 5.4 KiB bafe58018c7fdda14a88c5f7a01a884feb14c549c19e4c1ea33ffb7fa0239333

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.