Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.04.
Browse files Browse the repository at this point in the history
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
sanko committed Mar 17, 2024
1 parent 35b1501 commit f3b37ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"web" : "https://github.com/sanko/Alien-xmake"
}
},
"version" : "0.03",
"version" : "0.04",
"x_authority" : "cpan:SANKO",
"x_serialization_backend" : "JSON::PP version 4.16",
"x_static_install" : 0
Expand Down
2 changes: 1 addition & 1 deletion lib/Alien/xmake.pm
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];
Expand Down

0 comments on commit f3b37ef

Please sign in to comment.