package/perl: bump to version 5.36.0

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Francois Perrad
2023-01-04 10:03:17 +01:00
committed by Peter Korsgaard
parent 49ca11e339
commit 9103c8f2e9
3 changed files with 10 additions and 10 deletions

View File

@@ -488,9 +488,9 @@ 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:
@@ -498,7 +498,7 @@ Your current host perl is:
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 <francois.perrad@gadz.org>
Copyright (C) 2013-2023 by Francois Perrad <francois.perrad@gadz.org>
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