Skip to content

Commit

Permalink
Add Code::TidyAll::Plugin::SortLines::Naturally to development deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 12, 2018
1 parent ef241a9 commit 84078ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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";
};
3 changes: 3 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ perl = 5.006
[Prereqs / TestRequires]
CGI = 4.32

[Prereqs / DevelopRequires]
Code::TidyAll::Plugin::SortLines::Naturally = 0.000003

[MetaProvides::Package]

0 comments on commit 84078ab

Please sign in to comment.