install
changeset 17 e28e52dcf908
parent 15 60cf80d063e7
child 19 603edb903b49
--- a/install	Wed Sep 09 10:42:25 2015 +0200
+++ b/install	Wed Sep 09 10:42:56 2015 +0200
@@ -8,6 +8,7 @@
 use autodie;
 use Getopt::Long;
 use English qw(-no_match_vars);
+use if $^V >= v5.18 => (experimental => qw/smartmatch/);
 
 our $VERSION = '0.0';