diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-09-09 14:16:35 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-09-09 15:45:11 +0200 |
commit | 97c3b005a3852d1cc89822ef8a8f27aa13ef42df (patch) | |
tree | 502ff61c829461ad152ff437396887c682771b8d /script | |
parent | 2c13ad0e59733d3a7accc8feeeca033704e6588d (diff) | |
download | App-BorgRestore-97c3b005a3852d1cc89822ef8a8f27aa13ef42df.tar.gz App-BorgRestore-97c3b005a3852d1cc89822ef8a8f27aa13ef42df.tar.xz |
Use strictures instead of strict/warnings
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 |