We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8a15a commit f0861e6Copy full SHA for f0861e6
Changes
@@ -1,5 +1,5 @@
1
Revision history for Perl-Dist-APPerl
2
-vX.X.X 2022-XX-XX
+v0.2.0 2022-11-27
3
Enable cross-platform builds of `nobuild` configs. Switch
4
remaining `mv`, `cp`, `rm` shell commands to use their perl
5
equivalents. Add workaround to `apperlm` for running Info-ZIP
lib/Perl/Dist/APPerl.pm
@@ -1,6 +1,6 @@
package Perl::Dist::APPerl;
# Copyright (c) 2022 Gavin Hayes, see LICENSE in the root of the project
-use version 0.77; our $VERSION = qv(v0.1.1);
+use version 0.77; our $VERSION = qv(v0.2.0);
use strict;
use warnings;
6
use JSON::PP 2.0104 qw(decode_json);
0 commit comments