libmoosex-app-perl 1.22-1 source package in Ubuntu
Changelog
libmoosex-app-perl (1.22-1) unstable; urgency=low * Initial Release (Closes: #734033) -- Stefan Hornburg (Racke) <email address hidden> Thu, 2 Jan 2014 10:25:21 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmoosex-app-perl_1.22-1.dsc | 1.6 KiB | 87888739771fc6fd20ba02b521d1fb576f9abd3ae346d5aac2fc04687c80ab2e |
libmoosex-app-perl_1.22.orig.tar.gz | 66.7 KiB | d41c730025c39342bf9325512d7a5323fd0df5cd4e09567250435047696f654e |
libmoosex-app-perl_1.22-1.debian.tar.gz | 1.6 KiB | b5229ce91481e6edf28e3634ee3df5b49f87c3f3b8c176e754d6fae453ddeebc |
No changes file available.
Binary packages built by this source
- libmoosex-app-perl: Write user-friendly Perl/Moose command line apps with even less suffering
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.