From 97c3b005a3852d1cc89822ef8a8f27aa13ef42df Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 9 Sep 2018 14:16:35 +0200 Subject: Use strictures instead of strict/warnings Signed-off-by: Florian Pritz --- cpanfile | 1 + 1 file changed, 1 insertion(+) (limited to 'cpanfile') diff --git a/cpanfile b/cpanfile index 26ea7cc..8c51b69 100644 --- a/cpanfile +++ b/cpanfile @@ -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'; -- cgit v1.2.3-24-g4f1b