changeset 63 | 4a943f659c99 |
parent 61 | c037c0bdd01a |
child 66 | 3592ab3a8ce7 |
--- 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';