equal
deleted
inserted
replaced
11 use File::Find; |
11 use File::Find; |
12 use Carp; |
12 use Carp; |
13 use Pod::Usage; |
13 use Pod::Usage; |
14 use Const::Fast; |
14 use Const::Fast; |
15 use if $ENV{DEBUG} => 'Smart::Comments'; |
15 use if $ENV{DEBUG} => 'Smart::Comments'; |
16 use if $^V > v5.14 => (experimental => qw/smartmatch lexical_topic/); |
16 use if $^V >= v5.18 => (experimental => qw/smartmatch lexical_topic/); |
17 |
17 |
18 const my $NAME => 'AMANDA-CLIENT'; |
18 const my $NAME => 'AMANDA-CLIENT'; |
19 const my $USER => 'backup'; |
19 const my $USER => 'backup'; |
20 const my $CFDIR => '/etc/amanda'; |
20 const my $CFDIR => '/etc/amanda'; |
21 |
21 |