Skip to content

Commit 2413c94

Browse files
committed
v0.0.2
1 parent c8c0a8a commit 2413c94

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ Revision history for Perl-Dist-APPerl
22
v0.0.1 2022-10-10
33
First packaged version, released on an unsuspecting world.
44

5+
v0.0.2 2022-10-10
6+
Add small builds to actions, rewrite acknowledgements.

lib/Perl/Dist/APPerl.pm

Lines changed: 9 additions & 9 deletions
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; our $VERSION = version->declare("v0.0.1");
3+
use version; our $VERSION = version->declare("v0.0.2");
44
use strict;
55
use warnings;
66
use JSON::PP qw(decode_json);
@@ -1644,14 +1644,14 @@ L<https://github.com/G4Vi/APPerl>
16441644
16451645
=head1 ACKNOWLEDGEMENTS
16461646
1647-
The other L<Cosmopolitan Libc|https://github.com/jart/cosmopolitan>
1648-
contributors. APPerl wouldn't be possible without Actually Portable
1649-
Executables and polyfills of several Linux and POSIX APIs for other
1650-
platforms. In particular, L<Justine Tunney|https://justine.lol/> for
1651-
answering questions and making some adjustments to ease the port and
1652-
L<Gautham Venkatasubramanian|https://ahgamut.github.io> for inspiring
1653-
me to begin this project with his Python port and
1654-
L<blog post|https://ahgamut.github.io/2021/07/13/ape-python/>.
1647+
The L<Cosmopolitan Libc|https://github.com/jart/cosmopolitan>
1648+
contributors, especially L<Justine Tunney|https://justine.lol/> and
1649+
L<Gautham Venkatasubramanian|https://ahgamut.github.io>. APPerl
1650+
wouldn't be possible without Actually Portable Executables and
1651+
polyfills of several Linux and POSIX APIs for other platforms.
1652+
Gautham's
1653+
L<Python port|https://ahgamut.github.io/2021/07/13/ape-python/>
1654+
inspired this project.
16551655
16561656
=head1 AUTHOR
16571657

0 commit comments

Comments
 (0)