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

Changelog

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

  [ gregor herrmann ]
  * New upstream release 0.65.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata
  * Import upstream version 0.68.
    Fixes "FTBFS: test failures" (Closes: #785020)
  * Update years of packaging copyright and Upstream-Contact.
  * Declare compliance with Debian Policy 3.9.6.
  * Drop version from libmodule-build-tiny-perl build dependency.
    Nothing older in the archive.
  * Mark package as autopkgtest-able.

 -- gregor herrmann <email address hidden>  Mon, 11 May 2015 23:04:22 +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
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-getopt-perl_0.68-1.dsc 2.9 KiB 5bcac9ab8e5ea8d860a3c2653f256fcf16dc8c720054a1f198bf43c48cde0de2
libmoosex-getopt-perl_0.68.orig.tar.gz 50.8 KiB acb5118b4666352e58d4268040869d7dc2b68968fe26b5dd6715f51ebd784483
libmoosex-getopt-perl_0.68-1.debian.tar.xz 5.3 KiB 55abff98f4a605c26f2e40f73c8256f2813e80f531925f30dcb7523e51aba388

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.