mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
init-repository: mark as requiring perl 5.8
This script also works with perl 5.8, so changing the minumum requirement from v5.10 to v5.8. Change-Id: Ia5e59f929bca3e795da015830aeae7ef0d7067e0 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
5a53de661c
commit
ae4d6b9313
@@ -40,7 +40,7 @@
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
use v5.10;
|
||||
use v5.8;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user