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

Changelog

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

  * Import upstream version 1.43.
  * Drop PR70.patch, merged upstream.
  * Update years of upstream copyright.
  * Move libconfig-any-perl from Recommends to Depends.
  * Remove debian/tests/pkg-perl/syntax-skip.
    The required Text::WagnerFischer is in Recommends.

 -- gregor herrmann <email address hidden>  Sun, 22 Oct 2023 17:22:39 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-app-perl_1.43-1.dsc 2.7 KiB de97b0f054a4e50657e6feed940a019f91603864ad1006eb56d91e8ddc8b53ef
libmoosex-app-perl_1.43.orig.tar.gz 73.2 KiB c3460feb033a47d57b3c76d66547eb7f4e6772312798c7e8029e6aabaa678487
libmoosex-app-perl_1.43-1.debian.tar.xz 3.3 KiB 324f5262313637907b0e1bfa1216032f4117244fa2aa7a79b8d5ea04fb2f95db

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.