--- a/.vimrc Thu Oct 29 12:36:22 2015 +0100
+++ b/.vimrc Thu Oct 29 12:39:52 2015 +0100
@@ -52,4 +52,4 @@
"autocmd BufWritePre * :%s/\s\+$//en
-execute pathogen#infect()
+"execute pathogen#infect()
--- a/install Thu Oct 29 12:36:22 2015 +0100
+++ b/install Thu Oct 29 12:39:52 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';