File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11Revision 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+
381.101 2020-10-22
49 - fix inconsistent license conditions in meta data and documentation
510 and add appropriate LICENSE files. Fixes RT#133586.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ use parent qw{Exporter XSLoader};
6262
6363use Params::Util::PP qw( ) ;
6464
65- our $VERSION = ' 1.101 ' ;
65+ our $VERSION = ' 1.102 ' ;
6666
6767local $ENV {PERL_DL_NONLAZY } = 0 if $ENV {PERL_DL_NONLAZY };
6868XSLoader::load(" Params::Util" , $VERSION ) unless $ENV {PERL_PARAMS_UTIL_PP };
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Params::Util::PP;
33use strict;
44use warnings;
55
6- our $VERSION = ' 1.101 ' ;
6+ our $VERSION = ' 1.102 ' ;
77
88=pod
99
You can’t perform that action at this time.
0 commit comments