diff --git a/Changes b/Changes index 3ea3da2..1e5b1f9 100644 --- a/Changes +++ b/Changes @@ -3,7 +3,7 @@ Release history for Acme-CPANAuthors-MBTI {{$NEXT}} [Dependencies::Stats] - Dependencies changed since 0.001001, see misc/*.deps* for details - - develop: +1 ↑3 -1 (recommends: +1, suggests: ↑2) + - develop: +1 ↑3 -2 (recommends: +1, suggests: ↑2) 0.001001 2015-01-18T07:51:34Z 65b7481 [Bugfix] diff --git a/dist.ini b/dist.ini index 31c3a23..4751f65 100644 --- a/dist.ini +++ b/dist.ini @@ -230,7 +230,6 @@ Dist::Zilla::Plugin::UploadToCPAN = 0 ; authordep Path::Tiny = 0 ; authordep HTML::Entities = 0 ; authordep Math::Random::MT = 0 -; authordep List::MoreUtils = 0 Acme::CPANAuthors = 0.24 perl = 5.008 diff --git a/dist.ini.meta b/dist.ini.meta index 4425217..da40456 100644 --- a/dist.ini.meta +++ b/dist.ini.meta @@ -36,7 +36,6 @@ perl = 5.008 ; authordep Path::Tiny = 0 ; authordep HTML::Entities = 0 ; authordep Math::Random::MT = 0 -; authordep List::MoreUtils = 0 [Prereqs / DevelopRequires] perl = 5.014000 ; /r modifier diff --git a/inc/expand_author_list.pm b/inc/expand_author_list.pm index 8fd2ea2..d9382ff 100644 --- a/inc/expand_author_list.pm +++ b/inc/expand_author_list.pm @@ -15,7 +15,6 @@ use JSON::MaybeXS 1.001000; use Path::Tiny qw(path); use HTML::Entities; use Math::Random::MT; -use List::MoreUtils qw( distinct ); sub tempdir { return state $tempdir = Path::Tiny->tempdir() } sub http { return state $http = HTTP::Tiny->new() } diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index 1dd747e..c1abdd3 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -18,6 +18,7 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen [Removed / develop requires] - Dist::Zilla::Plugin::MetaYAML + - List::MoreUtils 0.001001 2015-01-18T07:51:34Z [Added / develop requires] diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index ac9d78e..bfe5f9c 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -18,6 +18,7 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and [Removed / develop requires] - Dist::Zilla::Plugin::MetaYAML + - List::MoreUtils 0.001001 2015-01-18T07:51:34Z [Added / develop requires]