From 84078ab518faf620f02f7228a14d14cc83b17813 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Fri, 12 Oct 2018 17:59:26 -0400 Subject: [PATCH] Add Code::TidyAll::Plugin::SortLines::Naturally to development deps --- cpanfile | 3 ++- dist.ini | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index 5b01b730..12259f40 100644 --- a/cpanfile +++ b/cpanfile @@ -55,6 +55,7 @@ on 'configure' => sub { }; on 'develop' => sub { + requires "Code::TidyAll::Plugin::SortLines::Naturally" => "0.000003"; requires "Encode" => "0"; requires "Pod::Coverage::TrustPod" => "0"; requires "Test::Code::TidyAll" => "0.50"; @@ -67,5 +68,5 @@ on 'develop' => sub { }; on 'develop' => sub { - recommends "Dist::Zilla::PluginBundle::Git::VersionManager" => "0.005"; + recommends "Dist::Zilla::PluginBundle::Git::VersionManager" => "0.007"; }; diff --git a/dist.ini b/dist.ini index 2ba6b892..c98023e0 100644 --- a/dist.ini +++ b/dist.ini @@ -25,5 +25,8 @@ perl = 5.006 [Prereqs / TestRequires] CGI = 4.32 +[Prereqs / DevelopRequires] +Code::TidyAll::Plugin::SortLines::Naturally = 0.000003 + [MetaProvides::Package]