[merg]
authorHeiko Schlittermann <hs@schlittermann.de>
Wed, 09 Sep 2015 10:42:56 +0200
changeset 17 e28e52dcf908
parent 16 f46fb49deff3 (current diff)
parent 15 60cf80d063e7 (diff)
child 18 01f49b9e842c
[merg]
--- 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';