Skip to content

Commit

Permalink
Changes: prepare for release
Browse files Browse the repository at this point in the history
Add noteworthy changes made for this release and bump version together with it.

Signed-off-by: Jens Rehsack <[email protected]>
  • Loading branch information
rehsack committed Aug 22, 2017
1 parent 3f057d6 commit 2b8a0b5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for MooX-Options

4.103 2017-08-22
* fix broken shortname split (Thanks to Burak Gürsoy for reporting the issue)
* fix copy/paste issue in tests of shortname
* fix some typo's in tests
* declare honestly the state of Mo support

4.102 2017-08-21
* fix out-of-order abbrev (analyzed and reported by
Jean-Damien Durand <[email protected]>)
Expand Down
2 changes: 1 addition & 1 deletion lib/MooX/Options.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package MooX::Options;

use strictures 2;

our $VERSION = "4.102";
our $VERSION = "4.103";

use Carp ('croak');
use Module::Runtime qw(use_module);
Expand Down
2 changes: 1 addition & 1 deletion lib/MooX/Options/Descriptive.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This class will override the usage_class method, to customize the output of the
=cut

our $VERSION = "4.102";
our $VERSION = "4.103";

use Getopt::Long 2.43;
use Getopt::Long::Descriptive 0.099;
Expand Down
2 changes: 1 addition & 1 deletion lib/MooX/Options/Descriptive/Usage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This class use the full size of your terminal

## no critic (ProhibitExcessComplexity)

our $VERSION = "4.102";
our $VERSION = "4.103";

use Getopt::Long::Descriptive;
use Module::Runtime qw(use_module);
Expand Down
2 changes: 1 addition & 1 deletion lib/MooX/Options/Role.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strictures 2;

## no critic (ProhibitExcessComplexity)

our $VERSION = "4.102";
our $VERSION = "4.103";

=head1 NAME
Expand Down

0 comments on commit 2b8a0b5

Please sign in to comment.