# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1427717316 -7200 # Node ID 4a943f659c993101cf6096769da3de3b8227fa92 # Parent 689af14e04a60f2c1efc31c0b5583e9dc3f67096 fixed version check for experimental 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';