libmoosex-app-perl 1.42-3 source package in Ubuntu

Changelog

libmoosex-app-perl (1.42-3) unstable; urgency=medium

  * Add patch from upstream pull request: fix for perl 5.38 (given/when).
    (Closes: #1040660)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Tue, 08 Aug 2023 17:28:14 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-app-perl_1.42-3.dsc 2.7 KiB 597349faa880094e3632524189d3bf785156f9710f457ade0d80cd243be3ec32
libmoosex-app-perl_1.42.orig.tar.gz 76.1 KiB 029108abf9867f3cb1d40b30d43e93921b7f339927938f427401420342a6b327
libmoosex-app-perl_1.42-3.debian.tar.xz 7.7 KiB 5a76702977babc9092e58088af8b6cdc29ee88f21a777c150ad28001a0ea8e20

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.