|
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.1.0"); |
| 3 | +use version 0.77; our $VERSION = qv(v0.1.0); |
4 | 4 | use strict;
|
5 | 5 | use warnings;
|
6 |
| -use JSON::PP qw(decode_json); |
7 |
| -use File::Path qw(make_path); |
| 6 | +use JSON::PP 2.0104 qw(decode_json); |
| 7 | +use File::Path 2.07 qw(make_path); |
8 | 8 | use Cwd qw(abs_path getcwd);
|
9 | 9 | use Data::Dumper qw(Dumper);
|
10 | 10 | use File::Basename qw(basename dirname);
|
@@ -1386,8 +1386,8 @@ chicken-and egg-situation of needing Perl to build APPerl, APPerl may
|
1386 | 1386 | be bootstrapped from an existing build of APPerl. See README.md for
|
1387 | 1387 | instructions.
|
1388 | 1388 |
|
1389 |
| -Information on the creation of APPerl can be found in this |
1390 |
| -L<blogpost|https://computoid.com/posts/Perl-is-Actually-Portable.html>. |
| 1389 | +Information on the creation of APPerl can be found in this blog post: |
| 1390 | +L<https://computoid.com/posts/Perl-is-Actually-Portable.html>. |
1391 | 1391 |
|
1392 | 1392 | =head1 SYNOPSIS
|
1393 | 1393 |
|
@@ -1555,8 +1555,8 @@ builds, skipping the need for building Perl from scratch.
|
1555 | 1555 |
|
1556 | 1556 | Enter your projects directory, create it if it doesn't exists. Download
|
1557 | 1557 | or copy in an existing version of APPerl you wish to build off of.
|
1558 |
| -Official builds are available on the |
1559 |
| -L<APPerl webpage| https://computoid.com/APPerl/>. |
| 1558 | +Official builds are available on the APPerl web page: |
| 1559 | +L<https://computoid.com/APPerl/>. |
1560 | 1560 | Create a new nobuild APPerl project and build it.
|
1561 | 1561 |
|
1562 | 1562 | cd projectdir
|
@@ -1689,20 +1689,20 @@ Build and test it.
|
1689 | 1689 |
|
1690 | 1690 | =head1 SUPPORT AND DOCUMENTATION
|
1691 | 1691 |
|
1692 |
| -L<APPerl webpage|https://computoid.com/APPerl/> |
| 1692 | +APPerl web page: L<https://computoid.com/APPerl/> |
1693 | 1693 |
|
1694 | 1694 | Support and bug reports can be found at the repository
|
1695 |
| -L<https://github.com/G4Vi/APPerl> |
| 1695 | +L<https://github.com/G4Vi/Perl-Dist-APPerl> |
1696 | 1696 |
|
1697 | 1697 | =head1 ACKNOWLEDGEMENTS
|
1698 | 1698 |
|
1699 |
| -The L<Cosmopolitan Libc|https://github.com/jart/cosmopolitan> |
1700 |
| -contributors, especially L<Justine Tunney|https://justine.lol/> and |
1701 |
| -L<Gautham Venkatasubramanian|https://ahgamut.github.io>. APPerl |
| 1699 | +The Cosmopolitan Libc (L<https://github.com/jart/cosmopolitan>) |
| 1700 | +contributors, especially Justine Tunney (L<https://justine.lol/>) and |
| 1701 | +Gautham Venkatasubramanian (L<https://ahgamut.github.io>). APPerl |
1702 | 1702 | wouldn't be possible without Actually Portable Executables and
|
1703 | 1703 | polyfills of several Linux and POSIX APIs for other platforms.
|
1704 |
| -Gautham's |
1705 |
| -L<Python port|https://ahgamut.github.io/2021/07/13/ape-python/> |
| 1704 | +Gautham's Python port |
| 1705 | +(L<https://ahgamut.github.io/2021/07/13/ape-python/>) |
1706 | 1706 | inspired this project.
|
1707 | 1707 |
|
1708 | 1708 | =head1 AUTHOR
|
|
0 commit comments