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:
Sergio Ahumada
2012-03-13 15:11:04 +01:00
committed by Qt by Nokia
parent 5a53de661c
commit ae4d6b9313

View File

@@ -40,7 +40,7 @@
##
#############################################################################
use v5.10;
use v5.8;
use strict;
use warnings;