Skip to content

Commit

Permalink
Remove unused LMU
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jun 23, 2015
1 parent 9fbc690 commit 415b807
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion dist.ini.meta
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion inc/expand_author_list.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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() }
Expand Down
1 change: 1 addition & 0 deletions misc/Changes.deps.all
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions misc/Changes.deps.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 415b807

Please sign in to comment.