Skip to content

Commit

Permalink
{lib/,Changes}: prepare for release
Browse files Browse the repository at this point in the history
Write down noteworthy changes and bump modules versions to be ready to
create a new release.

Signed-off-by: Jens Rehsack <[email protected]>
  • Loading branch information
rehsack committed Nov 2, 2020
1 parent 1d6330c commit 5288c7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl extension Params-Util

1.102 2020-11-02
- fix RT#133623 - Can't install in pureperl mode. Thanks to Nigel
Gregoire (@nfg) for reporting and proposal for proper fix.
- update ppport.h from Devel::PPPort 3.62

1.101 2020-10-22
- fix inconsistent license conditions in meta data and documentation
and add appropriate LICENSE files. Fixes RT#133586.
Expand Down
2 changes: 1 addition & 1 deletion lib/Params/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ use parent qw{Exporter XSLoader};

use Params::Util::PP qw();

our $VERSION = '1.101';
our $VERSION = '1.102';

local $ENV{PERL_DL_NONLAZY} = 0 if $ENV{PERL_DL_NONLAZY};
XSLoader::load("Params::Util", $VERSION) unless $ENV{PERL_PARAMS_UTIL_PP};
Expand Down
2 changes: 1 addition & 1 deletion lib/Params/Util/PP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Params::Util::PP;
use strict;
use warnings;

our $VERSION = '1.101';
our $VERSION = '1.102';

=pod
Expand Down

0 comments on commit 5288c7e

Please sign in to comment.