diff options
Diffstat (limited to 'math/p5-Math-GSL/files/patch-inc_Ver2Func.pm')
-rw-r--r-- | math/p5-Math-GSL/files/patch-inc_Ver2Func.pm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm b/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm new file mode 100644 index 000000000000..b012e67eccec --- /dev/null +++ b/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm @@ -0,0 +1,13 @@ +--- inc/Ver2Func.pm.orig 2021-07-26 16:28:55 UTC ++++ inc/Ver2Func.pm +@@ -526,8 +526,8 @@ my @ver2func = ( + + / + ] +- } +- ++ }, ++ "2.7.1" => {}, + ); + + my ( %index, @info, @versions ); |