diff -r 01f49b9e842c -r 603edb903b49 install --- a/install Wed Sep 09 10:43:34 2015 +0200 +++ b/install Mon Oct 26 14:16:20 2015 +0100 @@ -8,7 +8,8 @@ use autodie; use Getopt::Long; use English qw(-no_match_vars); -use if $^V >= v5.18 => (experimental => qw/smartmatch/); +use if (not $^V < v5.19) => (experimental => qw/smartmatch/); +no if ($^V < v5.19) => (warnings => 'experimental'); our $VERSION = '0.0';