File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl-Dist-APPerl
2
+ v0.6.1 2024-08-29
3
+ Fix bootstrapped builds by opening pipe to `patch` stdin instead
4
+ of redirecting stdin to file. (redirecting to /zip is
5
+ impossible)
6
+ If output files exist rename them with `.old` to avoid bus error
7
+ when one of the output files is the same as the running
8
+ executable.
9
+
2
10
v0.6.0 2024-05-27
3
11
Add building with modern Cosmopolitan Libc with cosmocc 3.3.10
4
12
cosmocc automatically installs itself making running
Original file line number Diff line number Diff line change 1
1
package Perl::Dist::APPerl ;
2
2
# Copyright (c) 2024 Gavin Hayes, see LICENSE in the root of the project
3
- use version 0.77; our $VERSION = qv(v0.6.0 );
3
+ use version 0.77; our $VERSION = qv(v0.6.1 );
4
4
use strict;
5
5
use warnings;
6
6
use JSON::PP 2.0104 qw( decode_json) ;
You can’t perform that action at this time.
0 commit comments