Skip to content

Commit

Permalink
Merge pull request #3709 from hadfl/perl
Browse files Browse the repository at this point in the history
perl: update to 5.40.0
  • Loading branch information
citrus-it authored Oct 4, 2024
2 parents d943daa + 5cf0c4e commit fd6b233
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 46 deletions.
6 changes: 3 additions & 3 deletions build/perl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
# }}}

# Copyright 2011-2017 OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

PROG=perl
PKG=runtime/perl
VER=5.38.2
VER=5.40.0
MAJVER=${VER%.*}
SUMMARY="Perl $MAJVER Programming Language"
DESC="A highly capable, feature-rich programming language"

CROSSVER=1.5.2
CROSSVER=1.6

set_arch 64
CTF_FLAGS+=" -s"
Expand Down
Loading

0 comments on commit fd6b233

Please sign in to comment.