File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ Revision history for Perl-Dist-APPerl
2
2
v0.0.1 2022-10-10
3
3
First packaged version, released on an unsuspecting world.
4
4
5
+ v0.0.2 2022-10-10
6
+ Add small builds to actions, rewrite acknowledgements.
Original file line number Diff line number Diff line change 1
1
package Perl::Dist::APPerl ;
2
2
# 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 " );
4
4
use strict;
5
5
use warnings;
6
6
use JSON::PP qw( decode_json) ;
@@ -1644,14 +1644,14 @@ L<https://github.com/G4Vi/APPerl>
1644
1644
1645
1645
=head1 ACKNOWLEDGEMENTS
1646
1646
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 .
1655
1655
1656
1656
=head1 AUTHOR
1657
1657
You can’t perform that action at this time.
0 commit comments