install
changeset 19 603edb903b49
parent 15 60cf80d063e7
child 24 648f80b485ed
--- 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';