Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
cdae10d2
Commit
cdae10d2
authored
Jul 07, 2019
by
IKEDA Soji
Browse files
Update minimum Perl version from 5.8.1 to 5.10.1.
parent
313a004e
Changes
1
Hide whitespace changes
Inline
Side-by-side
cpanfile
View file @
cdae10d2
...
...
@@ -3,7 +3,7 @@
# Minimum version of Perl required.
# Notation suggested on https://metacpan.org/pod/Carton#PERL-VERSIONS
requires 'perl', '5.
8
.1';
requires 'perl', '5.
10
.1';
# This module provides zip/unzip for archive and shared document download/upload
requires 'Archive::Zip', '>= 1.05';
...
...
@@ -178,8 +178,9 @@ recommends 'Net::DNS', '>= 0.65';
recommends 'Net::SMTP';
# Normalizes file names represented by Unicode
# Note: Perl 5.8.1 bundles this version.
recommends 'Unicode::Normalize', '>= 0.23';
# Note: Perl 5.8.1 bundles version 0.23.
# Note: Perl 5.10.1 bundles this version (per Unicode 5.1.0).
recommends 'Unicode::Normalize', '>= 1.03';
### Features
##
...
...
@@ -282,8 +283,9 @@ feature 'soap', 'Required if you want to run the Sympa SOAP server that provides
};
feature 'Unicode::Normalize', 'Normalizes file names represented by Unicode.' => sub {
# Note: Perl 5.8.1 bundles this version.
requires 'Unicode::Normalize', '>= 0.23';
# Note: Perl 5.8.1 bundles version 0.23.
# Note: Perl 5.10.1 bundles this version (per Unicode 5.1.0).
requires 'Unicode::Normalize', '>= 1.03';
};
on 'test' => sub {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment