Codebase list libextutils-f77-perl / 24038b5
1.26 Ed J 3 years ago
2 changed file(s) with 4 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 ExtUtils::F77 Changes list
1 --------------------------
2
3 * Parse fortran compilers with complicated names - thanks @d-lamb
4 * Get compiler from %ENV - thanks @d-lamb
0 1.26 2021-02-16
1 - Parse fortran compilers with complicated names - thanks @d-lamb
2 - Get compiler from %ENV - thanks @d-lamb
53
64 v1.25 released Jan 27th 2020
75 ---------------------------
77 use File::Which qw(which);
88 use List::Util qw(first);
99
10 our $VERSION = "1.25";
10 our $VERSION = "1.26";
1111 our $DEBUG;
1212
1313 sub debug { return if !$DEBUG; warn @_ }