Skip to content

Commit 0c908b1

Browse files
committed
v4.022
1 parent 2112b8a commit 0c908b1

File tree

5 files changed

+988
-9
lines changed

5 files changed

+988
-9
lines changed

Changes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for Perl extension Perl-Dist-Strawberry
22

3-
4.022 2020/NEXT
4-
- ???
3+
4.022 2021/01/26
4+
- used for building strawberry perl 5.32.1.1
55

66
4.021 2020/08/30
77
- used for building strawberry perl 5.32.0.1 + 5.30.3.1

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This software is copyright (c) 2020 by KMX <[email protected]>.
1+
This software is copyright (c) 2021 by KMX <[email protected]>.
22

33
This is free software; you can redistribute it and/or modify it under
44
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
1212

1313
--- The GNU General Public License, Version 1, February 1989 ---
1414

15-
This software is Copyright (c) 2020 by KMX <[email protected]>.
15+
This software is Copyright (c) 2021 by KMX <[email protected]>.
1616

1717
This is free software, licensed under:
1818

@@ -272,7 +272,7 @@ That's all there is to it!
272272

273273
--- The Artistic License 1.0 ---
274274

275-
This software is Copyright (c) 2020 by KMX <[email protected]>.
275+
This software is Copyright (c) 2021 by KMX <[email protected]>.
276276

277277
This is free software, licensed under:
278278

devel.utils/build-5.32.bat

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ set PERL_USE_UNSAFE_INC=1
55

66
set SKIP_MSI_STEP=
77
set SKIP_PDL_STEP=
8-
perl -Mblib ..\script\perldist_strawberry -job ..\share\32bit-5.32.0.1.pp -notest_core -beta=0 -nointeractive -norestorepoints -wixbin_dir=z:\sw\Wix38 -cpan_url file:///z:/_cpan-mirror/
9-
perl -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.32.0.1.pp -notest_core -beta=0 -nointeractive -norestorepoints -wixbin_dir=z:\sw\Wix38 -cpan_url file:///z:/_cpan-mirror/
8+
perl -Mblib ..\script\perldist_strawberry -job ..\share\32bit-5.32.1.1.pp -notest_core -beta=0 -nointeractive -norestorepoints -wixbin_dir=z:\sw\Wix38 -cpan_url file:///z:/_cpan-mirror/
9+
perl -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.32.1.1.pp -notest_core -beta=0 -nointeractive -norestorepoints -wixbin_dir=z:\sw\Wix38 -cpan_url file:///z:/_cpan-mirror/
1010

1111
set SKIP_MSI_STEP=1
1212
set SKIP_PDL_STEP=1
13-
perl -Mblib ..\script\perldist_strawberry -job ..\share\32bit-5.32.0.1.pp -notest_core -beta=0 -noperl_64bitint -app_simplename=strawberry-perl-no64 -nointeractive -norestorepoints -wixbin_dir=z:\sw\Wix38 -cpan_url file:///z:/_cpan-mirror/
14-
13+
perl -Mblib ..\script\perldist_strawberry -job ..\share\32bit-5.32.1.1.pp -notest_core -beta=0 -noperl_64bitint -app_simplename=strawberry-perl-no64 -nointeractive -norestorepoints -wixbin_dir=z:\sw\Wix38 -cpan_url file:///z:/_cpan-mirror/

0 commit comments

Comments
 (0)