-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checking in changes prior to tagging of version 0.04.
Changelog diff is: diff --git a/Changes b/Changes index f23a5b2..9cdf9d9 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Revision history for Perl extension Alien::xmake {{$NEXT}} +0.04 2024-03-17T17:47:37Z + + - Install v2.8.8 on platforms that build from source + - Pull tarball instead of git clone on platforms that build from source + 0.03 2024-03-17T16:31:16Z - Install v2.8.8 on Windows
- Loading branch information
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package Alien::xmake 0.03 { | ||
package Alien::xmake 0.04 { | ||
use strict; | ||
use warnings; | ||
use File::Which qw[which]; | ||
|