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

Changelog

libmoosex-getopt-perl (0.58-1) unstable; urgency=low


  * New upstream release.
    Fixes "FTBFS: Tests failures"
    (Closes: #724109)
  * Update build dependencies.
  * debian/rules: drop re-creation of manpages.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Sun, 22 Sep 2013 23:31:05 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-getopt-perl_0.58-1.dsc 2.8 KiB f238b064fd3ff508a756f68f3ab2f49e8ca2ab57911dd09f6ae9a44e20b1b5a7
libmoosex-getopt-perl_0.58.orig.tar.gz 36.9 KiB 527c9682a2db65c0b639f7d5fb5a94ba79b3cd07156fcadd9cbf67b6a86c28d1
libmoosex-getopt-perl_0.58-1.debian.tar.gz 5.0 KiB 38e2066080d69a397ca1561fc21754ff26e82e6d02e41f9398707adb7bcdc1f6

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.