From f3b37ef99fbaf1ff3aab1239d3733cb3bcfd1d6d Mon Sep 17 00:00:00 2001 From: Sanko Robinson Date: Sun, 17 Mar 2024 13:49:09 -0400 Subject: [PATCH] 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 --- Changes | 5 +++++ META.json | 2 +- lib/Alien/xmake.pm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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 diff --git a/META.json b/META.json index 8820709..3e8a0c1 100644 --- a/META.json +++ b/META.json @@ -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 diff --git a/lib/Alien/xmake.pm b/lib/Alien/xmake.pm index b66374f..eade95e 100644 --- a/lib/Alien/xmake.pm +++ b/lib/Alien/xmake.pm @@ -1,4 +1,4 @@ -package Alien::xmake 0.03 { +package Alien::xmake 0.04 { use strict; use warnings; use File::Which qw[which];