Package Release Info

perl-MooseX-App-1.42-bp155.1.4

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-MooseX-App

Change Logs

* Tue Aug 17 2021 Frank Schreiner <FSchreiner@suse.com>
- updated to 1.42
  * Documentation
  * Fix failing tests with new Moose versions
  * removed 0001_fix_testing_for_Moose_2.2014.patch
  * Sort option in bash completion plugin
  * removed 0000_reproducible_bash_completion.patch
  * Fixed term plugin warning
* Tue Feb 16 2021 Frank Schreiner <FSchreiner@suse.com>
-  fixes boo#1181616
  addded 0000_reproducible_bash_completion.patch.
  Sort options in bash completion to get reproducible builds.
-  added 0001_fix_testing_for_Moose_2.2014.patch
  fixes https://github.com/maros/MooseX-App/issues/62
* Tue May 14 2019 Stephan Kulow <coolo@suse.com>
- updated to 1.41
  see /usr/share/doc/packages/perl-MooseX-App/Changes
  1.41 2019-05-13
  - Switch to Dist::Zilla
  1.40 2019-05-13
  - Disable 11_process.t on NetBSD since fork is failing (forking is only done
    during testing and not by the actual module)
  - Sort keys operations to get a predictable order of keys (implemented by Jose Luis Martinez)
  - Simplify dependencies: No need for Path::Class. File::Spec and File::Basename that are
    loaded via Module::Pluggable::Object are sufficient
  1.39 2017-09-24
  - APP_DEVELOPER environment for extended module checks
  - Improved command checks: Die on single letter flags without Bool type constraints
* Mon Sep 25 2017 coolo@suse.com
- updated to 1.39
  see /usr/share/doc/packages/perl-MooseX-App/Changes
* Thu May 25 2017 coolo@suse.com
- updated to 1.38
  see /usr/share/doc/packages/perl-MooseX-App/Changes
  1.38 2017-06-20
  - Cleanups (get rid of smartmatch, inentation, documentation, tests)
  - Also handle =head[2-4] tags when processing pod (#47)
  - Subcommands (based on work by Yanick Champoux)
* Wed Feb 22 2017 coolo@suse.com
- updated to 1.3701
  see /usr/share/doc/packages/perl-MooseX-App/Changes
* Mon Nov 14 2016 coolo@suse.com
- updated to 1.37
  see /usr/share/doc/packages/perl-MooseX-App/Changes
  1.37 2016-11-13
  - Refactor the way values are parsed from @ARGV
  - Rework boolean negation
  - Add developer checks
* Wed Oct 12 2016 coolo@suse.com
- updated to 1.36
  see /usr/share/doc/packages/perl-MooseX-App/Changes
  1.36 2016-10-11
  - Documentation
  - Set correct encoding on STDERR
  - Fix order of options (fixed by J.R. Mash)
  - Replace dashes in variable names with underscores in bash completion (implemented by Tina Müller)
  - Do not autocomplete autocomplete itself (implemented by Lisa Hare)
  - Create correct documentation for options with cmd_split
  - Rename hints key to clarify purpose
  - Add ability to negate boolean options (implemented by Marc Logghe)
  - Spelling fixes github#39 (fixed by Gregor Herrmann)
  - Retain original order of elements from @ARGV
* Mon Apr 04 2016 coolo@suse.com
- updated to 1.35
  see /usr/share/doc/packages/perl-MooseX-App/Changes
  1.35 2016-04-02
  - Apply Spelling fixes RT112234 (fixed by Gregor Herrmann)
  - Documentation
  - Allow to pass ARGV directly to constructor
  - use namespace::autoclean (reported by Mohammad S Anwar)
  - Dist housekeeping
* Tue Mar 08 2016 coolo@suse.com
- updated to 1.34
  see /usr/share/doc/packages/perl-MooseX-App/Changes
  1.34 2016-02-21
  - Do not accept invalid character in Term plugin
  - Fix RT112156: Command class lacking attribute metarole (reported by Marc Logghe)
  - Apply Spelling fixes RT105717 (fixed by Gregor Herrmann)
  - Add permute option to specify multiple values with one attribute key
  - Fix imports (fixed by Alexander Stoddard)
  - Documentation
* Sun Apr 19 2015 coolo@suse.com
- initial package $version
  * created by $NAME $VERSION