libmoosex-app-perl 1.42-1 source package in Ubuntu
Changelog
libmoosex-app-perl (1.42-1) unstable; urgency=medium * Import upstream version 1.42. * Drop fix-test-with-Moose-2.201.400.patch, fixed in this release. * Update years of upstream copyright. * Remove (build) dependency on libmoosex-types-path-class-perl. * Update test dependencies and runtime Depends/Recommends. Add libtext-wagnerfischer-perl to Build-Depends-Indep and Recommends, move libconfig-any-perl from Depends to Recommends. -- gregor herrmann <email address hidden> Sun, 15 Aug 2021 21:26:52 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmoosex-app-perl_1.42-1.dsc | 2.7 KiB | 0527911e2263f43763ab99fd1397f583d8db9effe246bf1d6476b21197206260 |
libmoosex-app-perl_1.42.orig.tar.gz | 76.1 KiB | 029108abf9867f3cb1d40b30d43e93921b7f339927938f427401420342a6b327 |
libmoosex-app-perl_1.42-1.debian.tar.xz | 3.2 KiB | b39430292856e7d43d494201b368dae39a8afe8f05276f8c5b0ca145a779c969 |
Available diffs
- diff from 1.41-2 to 1.42-1 (6.5 KiB)
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.