]> granicus.if.org Git - icinga2/commitdiff
Drop 'use feature ...' for el5 perl dependencies.
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 18 Dec 2013 14:29:57 +0000 (15:29 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 18 Dec 2013 14:29:57 +0000 (15:29 +0100)
Refs #5033

tools/migration/icinga2-migrate-config

index 707ebdc5e5bcf8207551b70f7e7f04d6dd654f83..051e7a626c4b704867c89ddc2f47eac9f9c4bed5 100755 (executable)
@@ -108,7 +108,7 @@ use Getopt::Long qw(:config no_ignore_case bundling);
 use Pod::Usage;
 use POSIX qw(strftime);
 
-use feature 'say';
+#use feature 'say';
 
 my $version = "0.0.3";