We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44362b0 commit 09a650fCopy full SHA for 09a650f
Changes
@@ -1,4 +1,8 @@
1
Revision history for Perl-Dist-APPerl
2
+v0.1.1 2022-11-17
3
+ Fix 5.10 support and broken pod link, thanks to MJGARDNER
4
+ (GH#1).
5
+
6
v0.1.0 2022-11-13
7
Fix issues with Time-HiRes Configure. Update to Cosmopolitan
8
Libc v2.2 . Pin Perl version to configs.
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.0);
+use version 0.77; our $VERSION = qv(v0.1.1);
use strict;
use warnings;
use JSON::PP 2.0104 qw(decode_json);
0 commit comments