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 /cpanfile | |
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 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ requires 'Pod::Usage'; requires 'Version::Compare'; requires 'autodie'; requires 'perl', 'v5.14.0'; +requires 'strictures'; on configure => sub { requires 'Devel::CheckBin'; |