Skip to content

Commit

Permalink
1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Feb 16, 2021
1 parent 507851b commit 24038b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGES
@@ -1,8 +1,6 @@
ExtUtils::F77 Changes list
--------------------------

* Parse fortran compilers with complicated names - thanks @d-lamb
* Get compiler from %ENV - thanks @d-lamb
1.26 2021-02-16
- Parse fortran compilers with complicated names - thanks @d-lamb
- Get compiler from %ENV - thanks @d-lamb

v1.25 released Jan 27th 2020
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion F77.pm
Expand Up @@ -8,7 +8,7 @@ use Text::ParseWords;
use File::Which qw(which);
use List::Util qw(first);

our $VERSION = "1.25";
our $VERSION = "1.26";
our $DEBUG;

sub debug { return if !$DEBUG; warn @_ }
Expand Down

0 comments on commit 24038b5

Please sign in to comment.