diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/borg-restore.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/script/borg-restore.pl b/script/borg-restore.pl index 04f051d..f03fa22 100755 --- a/script/borg-restore.pl +++ b/script/borg-restore.pl @@ -1,6 +1,5 @@ #!/usr/bin/perl -T -use warnings; -use strict; +use strictures 2; =head1 NAME |