summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore.pm
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-09-09 14:16:35 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-09-09 15:45:11 +0200
commit97c3b005a3852d1cc89822ef8a8f27aa13ef42df (patch)
tree502ff61c829461ad152ff437396887c682771b8d /lib/App/BorgRestore.pm
parent2c13ad0e59733d3a7accc8feeeca033704e6588d (diff)
downloadApp-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 'lib/App/BorgRestore.pm')
-rw-r--r--lib/App/BorgRestore.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm
index 04b563a..f95c71f 100644
--- a/lib/App/BorgRestore.pm
+++ b/lib/App/BorgRestore.pm
@@ -1,7 +1,6 @@
package App::BorgRestore;
use v5.14;
-use strict;
-use warnings;
+use strictures 2;
our $VERSION = "3.1.0";