Skip to content

Commit 09a650f

Browse files
committed
Bump version, update Changes
1 parent 44362b0 commit 09a650f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changes

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
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+
26
v0.1.0 2022-11-13
37
Fix issues with Time-HiRes Configure. Update to Cosmopolitan
48
Libc v2.2 . Pin Perl version to configs.

lib/Perl/Dist/APPerl.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Perl::Dist::APPerl;
22
# Copyright (c) 2022 Gavin Hayes, see LICENSE in the root of the project
3-
use version 0.77; our $VERSION = qv(v0.1.0);
3+
use version 0.77; our $VERSION = qv(v0.1.1);
44
use strict;
55
use warnings;
66
use JSON::PP 2.0104 qw(decode_json);

0 commit comments

Comments
 (0)