We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864e7fe commit ab98b7cCopy full SHA for ab98b7c
Changes
@@ -1,4 +1,7 @@
1
Revision history for Perl-Dist-APPerl
2
+v0.2.1 2022-12-03
3
+ Remove dependency on Env module.
4
+
5
v0.2.0 2022-11-27
6
Enable cross-platform builds of `nobuild` configs. Switch
7
remaining `mv`, `cp`, `rm` shell commands to use their perl
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.2.0);
+use version 0.77; our $VERSION = qv(v0.2.1);
use strict;
use warnings;
use JSON::PP 2.0104 qw(decode_json);
0 commit comments