Skip to content

Commit 8986d9a

Browse files
committed
update full and small targets to perl 5.36.1. update Changes, bump version to v0.4.0
1 parent 22a08a1 commit 8986d9a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
Revision history for Perl-Dist-APPerl
2+
v0.4.0 2023-11-17
3+
Make tests more Windows compatible
4+
Build `full` and `small` targets with cosmo 3.0.2
5+
Base `full` and `small` targets off of perl 5.36.1
6+
Build `vista` targets with cosmo fea68b1
7+
28
v0.3.0 2023-01-29
39
Added running scripts from APPERL_SCRIPTNAME environment
410
variable

lib/Perl/Dist/APPerl.pm

Lines changed: 3 additions & 3 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 0.77; our $VERSION = qv(v0.3.0);
3+
use version 0.77; our $VERSION = qv(v0.4.0);
44
use strict;
55
use warnings;
66
use JSON::PP 2.0104 qw(decode_json);
@@ -694,9 +694,9 @@ my %defconfig = (
694694
cosmo_id => '9c5a7795add7add5a214afce27d896084e0861c5',
695695
dest => 'perl-small-vista.com',
696696
},
697-
'full' => { desc => 'moving target: full', base => 'v5.36.0-full-v0.1.0', perl_id => '282293e2285f9f47f7cdf52d0b78f7a9d446e7e5', cosmo_id => '3.0.2', '+perl_extra_flags' => ['-Dprivlib=/zip/lib/perl5', '-Darchlib=/zip/lib/perl5/x86_64-cosmo', '-Dsitelib=/zip/lib/perl5/site_perl', '-Dsitearch=/zip/lib/perl5/site_perl/x86_64-cosmo']},
697+
'full' => { desc => 'moving target: full', base => 'v5.36.0-full-v0.1.0', perl_id => '1770f2f477de8a1e9f5093521af60e528649a2e6', cosmo_id => '3.0.2', '+perl_extra_flags' => ['-Dprivlib=/zip/lib/perl5', '-Darchlib=/zip/lib/perl5/x86_64-cosmo', '-Dsitelib=/zip/lib/perl5/site_perl', '-Dsitearch=/zip/lib/perl5/site_perl/x86_64-cosmo']},
698698
'full-vista' => { desc => 'moving target: full for vista', base => 'v5.36.0-full-v0.1.0-vista', perl_id => 'ca87f329eeb075c0fe7ac803eb933f36af45a69b', cosmo_id => 'fea68b142e59b5861fe09375eb5bcb256b69b70e', '+perl_extra_flags' => ['-Dprivlib=/zip/lib/perl5', '-Darchlib=/zip/lib/perl5/x86_64-cosmo', '-Dsitelib=/zip/lib/perl5/site_perl', '-Dsitearch=/zip/lib/perl5/site_perl/x86_64-cosmo']},
699-
'small' => { desc => 'moving target: small', base => 'v5.36.0-small-v0.1.0', perl_id => '282293e2285f9f47f7cdf52d0b78f7a9d446e7e5', cosmo_id => '3.0.2', '+perl_extra_flags' => ['-Dprivlib=/zip/lib/perl5', '-Darchlib=/zip/lib/perl5/x86_64-cosmo', '-Dsitelib=/zip/lib/perl5/site_perl', '-Dsitearch=/zip/lib/perl5/site_perl/x86_64-cosmo']},
699+
'small' => { desc => 'moving target: small', base => 'v5.36.0-small-v0.1.0', perl_id => '1770f2f477de8a1e9f5093521af60e528649a2e6', cosmo_id => '3.0.2', '+perl_extra_flags' => ['-Dprivlib=/zip/lib/perl5', '-Darchlib=/zip/lib/perl5/x86_64-cosmo', '-Dsitelib=/zip/lib/perl5/site_perl', '-Dsitearch=/zip/lib/perl5/site_perl/x86_64-cosmo']},
700700
'small-vista' => { desc => 'moving target: small for vista', base => 'v5.36.0-small-v0.1.0-vista', perl_id => 'ca87f329eeb075c0fe7ac803eb933f36af45a69b', cosmo_id => 'fea68b142e59b5861fe09375eb5bcb256b69b70e', '+perl_extra_flags' => ['-Dprivlib=/zip/lib/perl5', '-Darchlib=/zip/lib/perl5/x86_64-cosmo', '-Dsitelib=/zip/lib/perl5/site_perl', '-Dsitearch=/zip/lib/perl5/site_perl/x86_64-cosmo']},
701701
# development configs
702702
'dbg' => { base => 'full', perl_extra_flags => ['-Doptimize=-g3 -gdwarf-4', '-de'], cosmo_mode => 'dbg', cosmo_id => '52f1db7220935cfcf2c8e583678f5ccc4b5bbacd'},

0 commit comments

Comments
 (0)