File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Revision history for Function-Parameters
22
3+ 2.002002 2023-04-01
4+ - Work around old versions of ExtUtils::MakeMaker not providing
5+ is_make_type(), whose version dependency is undocumented (sigh).
6+ - Restrict GNU syntax for exporting variables to type 'gmake'; should
7+ fix building on BSD, Solaris, etc.
8+ - Declare dependency on ExtUtils::MakeMaker 7+ and remove
9+ compatibility code for older versions.
10+
3112.002001 2023-04-01
412 - Fix (hopefully) Windows builds using nmake.exe.
513
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ sub _croak {
1414
1515use XSLoader;
1616BEGIN {
17- our $VERSION = ' 2.002001 ' ;
17+ our $VERSION = ' 2.002002 ' ;
1818 # $VERSION =~ s/-TRIAL[0-9]*\z//;
1919 XSLoader::load;
2020}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use warnings;
66use Function::Parameters;
77use Carp ();
88
9- our $VERSION = ' 2.002001 ' ;
9+ our $VERSION = ' 2.002002 ' ;
1010
1111{
1212 package Function::Parameters::Param ;
You can’t perform that action at this time.
0 commit comments