From 8c9d63d7f5106473b82abdb2ac9c0f8c65d26b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Fri, 25 Jun 2021 13:51:10 +0200 Subject: [PATCH] First step to add support for GSL 2.7. First step is to make perl Build.PL run. After this change I am able to run "perl Build.PL" and then "./Build" without failures. --- inc/Ver2Func.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/inc/Ver2Func.pm b/inc/Ver2Func.pm index 72e473c..7d495f2 100644 --- a/inc/Ver2Func.pm +++ b/inc/Ver2Func.pm @@ -397,7 +397,14 @@ my @ver2func = ( ^gsl_matrix_uint_scale_columns$ / ] + }, + "2.7" => { + new => [ + qw/ + / + ] } + ); my ( %index, @info, @versions );