libmoosex-app-perl 1.37-1 source package in Ubuntu

Changelog

libmoosex-app-perl (1.37-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.37
  * debian/patches/fix-podman-error: Fix error.

 -- Angel Abad <email address hidden>  Mon, 21 Nov 2016 13:42:40 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-app-perl_1.37-1.dsc 2.4 KiB 77634c55e437824af45ec30be6033f9b169bd9ed1b07ae21b2829902b3177f9d
libmoosex-app-perl_1.37.orig.tar.gz 86.5 KiB 8db4d936bb3c1c3730e40b7391cff6a4557e47c39d1182c55cba52ad3e77388d
libmoosex-app-perl_1.37-1.debian.tar.xz 3.1 KiB 36a191ccb45fb5f3b266147ac145b99693e12f155da716bef988ff356c2e618d

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-app-perl: helper for user-friendly Perl/Moose command line apps

 MooseX::App is a highly customizeable helper to write user-friendly command
 line applications without having to worry about most of the annoying things
 usually involved. Just take any existing Moose class, add a single line
 (use MooseX-App qw(PluginA PluginB ...);) and create one class for each
 command in an underlying namespace.