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

Changelog

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

  [ Jenkins ]
  * Remove constraints unnecessary since buster

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 05:27:23 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-app-perl_1.42-2.dsc 2.4 KiB c36abde95141fcdf2fd551bfe21252dcacf82c21454670faab492e9cd32d3359
libmoosex-app-perl_1.42.orig.tar.gz 76.1 KiB 029108abf9867f3cb1d40b30d43e93921b7f339927938f427401420342a6b327
libmoosex-app-perl_1.42-2.debian.tar.xz 3.2 KiB 33d9a6c57845ab900649424531c7e35b44f51194b6f81ed05efea9beea980567

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.