author | Heiko Schlittermann (JUMPER) <hs@schlittermann.de> |
Mon, 30 Mar 2015 14:08:36 +0200 | |
changeset 63 | 4a943f659c99 |
parent 62 | 689af14e04a6 |
child 64 | 0c3ffc860b90 |
--- 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';