- Note, this project seems mostly dead upstream and the support for gsl 2.7.* is likely not really functional. - The initial fix was reverted in 1a2add4b174eac35a3a4c36eb8e653ab72eb87ae PR: 260201
14 lines
213 B
Raku
14 lines
213 B
Raku
--- 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 );
|