We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe505d commit 9cffc7aCopy full SHA for 9cffc7a
Changes
@@ -1,4 +1,8 @@
1
Revision history for Perl-Dist-APPerl
2
+v0.5.0 2023-12-01
3
+ Revert `full` and `small` targets with cosmo 3.0.2
4
+ Base `full` and `small` (with vista) targets off of perl 5.36.3
5
+
6
v0.4.0 2023-11-17
7
Make tests more Windows compatible
8
Build `full` and `small` targets with cosmo 3.0.2
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.4.0);
+use version 0.77; our $VERSION = qv(v0.5.0);
use strict;
use warnings;
use JSON::PP 2.0104 qw(decode_json);
0 commit comments