-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/perl: bump to version 5.36.0
Signed-off-by: Francois Perrad <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -488,17 +488,17 @@ use Digest::SHA qw(sha256_hex); | |
use Text::Wrap; | ||
$Text::Wrap::columns = 62; | ||
|
||
# Below, 5.034 should be aligned with the version of perl actually | ||
# Below, 5.036 should be aligned with the version of perl actually | ||
# bundled in Buildroot: | ||
die <<"MSG" if $] < 5.034; | ||
die <<"MSG" if $] < 5.036; | ||
This script needs a host perl with the same major version as Buildroot target perl. | ||
Your current host perl is: | ||
$^X | ||
version $] | ||
You may install a local one by running: | ||
perlbrew install perl-5.34.0 | ||
perlbrew install perl-5.36.0 | ||
MSG | ||
|
||
my ($help, $man, $quiet, $force, $recommend, $test, $host); | ||
|
@@ -967,7 +967,7 @@ in order to work with the right CoreList data. | |
=head1 LICENSE | ||
Copyright (C) 2013-2020 by Francois Perrad <[email protected]> | ||
Copyright (C) 2013-2023 by Francois Perrad <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|