Skip to content

Commit

Permalink
Bumping version to 1.46_03
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Aug 23, 2016
1 parent 4955ab8 commit 1f82a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/List/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ our @EXPORT_OK = qw(
all any first min max minstr maxstr none notall product reduce sum sum0 shuffle uniq uniqnum uniqstr
pairs unpairs pairkeys pairvalues pairmap pairgrep pairfirst
);
our $VERSION = '1.46_02';
our $VERSION = '1.46_03';
$VERSION = eval $VERSION;
BEGIN {
*_NEED_TRY_XS = sub(){1};
Expand Down
2 changes: 1 addition & 1 deletion lib/List/Util/PP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ our @EXPORT_OK = qw(
pairs unpairs pairkeys pairvalues pairmap pairgrep pairfirst
);

our $VERSION = '1.46_02';
our $VERSION = '1.46_03';
$VERSION = eval $VERSION;

sub import {
Expand Down

0 comments on commit 1f82a4d

Please sign in to comment.