Skip to content

Commit 5288c7e

Browse files
committed
{lib/,Changes}: prepare for release
Write down noteworthy changes and bump modules versions to be ready to create a new release. Signed-off-by: Jens Rehsack <[email protected]>
1 parent 1d6330c commit 5288c7e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for Perl extension Params-Util
22

3+
1.102 2020-11-02
4+
- fix RT#133623 - Can't install in pureperl mode. Thanks to Nigel
5+
Gregoire (@nfg) for reporting and proposal for proper fix.
6+
- update ppport.h from Devel::PPPort 3.62
7+
38
1.101 2020-10-22
49
- fix inconsistent license conditions in meta data and documentation
510
and add appropriate LICENSE files. Fixes RT#133586.

lib/Params/Util.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ use parent qw{Exporter XSLoader};
6262

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

65-
our $VERSION = '1.101';
65+
our $VERSION = '1.102';
6666

6767
local $ENV{PERL_DL_NONLAZY} = 0 if $ENV{PERL_DL_NONLAZY};
6868
XSLoader::load("Params::Util", $VERSION) unless $ENV{PERL_PARAMS_UTIL_PP};

lib/Params/Util/PP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Params::Util::PP;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '1.101';
6+
our $VERSION = '1.102';
77

88
=pod
99

0 commit comments

Comments
 (0)