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

Changelog

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

  * Team upload.
  * Import upstream version 1.39
  * debian/copyright: Update copyright years
  * debian/control: Build-Depends-Indep on perl (>= 5.25.1)
  * Bump Standards-Version to 4.1.1 (no changes)
  * debian/patches/fix-podman-error: Remove, applied upstream

 -- Angel Abad <email address hidden>  Mon, 02 Oct 2017 07:45:05 +0200

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-app-perl_1.39-1.dsc 2.3 KiB 31889946aeb884783fb601e5eb6996dd332e5fed85175f69be70be8187344692
libmoosex-app-perl_1.39.orig.tar.gz 88.7 KiB b18c504f741cb24eb74db46be5934c8a082e632a93103f8a07ddb82f796356d5
libmoosex-app-perl_1.39-1.debian.tar.xz 2.9 KiB 844a97aa978d509f53d1b4d409ff9cebbd6670c2588d64d5ee8078566e77ccb9

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.