diff -r 689af14e04a6 -r 4a943f659c99 plugins/check_amanda-client --- a/plugins/check_amanda-client Fri Mar 27 15:47:55 2015 +0100 +++ b/plugins/check_amanda-client Mon Mar 30 14:08:36 2015 +0200 @@ -13,7 +13,7 @@ use Pod::Usage; use Const::Fast; use if $ENV{DEBUG} => 'Smart::Comments'; -use if $^V > v5.14 => (experimental => qw/smartmatch lexical_topic/); +use if $^V >= v5.18 => (experimental => qw/smartmatch lexical_topic/); const my $NAME => 'AMANDA-CLIENT'; const my $USER => 'backup';