Skip to content

Commit

Permalink
Explicitly require JSON::PP for benefit 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 19, 2019
1 parent 6b596b3 commit b9dd950
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
it can be an issue when MetaCPAN is having problems (such as
https://github.com/metacpan/metacpan-web/issues/2139).

- Explicitly add JSON::PP to our prereqs. This seems to fix an issue with
testing on Perl 5.10.1. This module is needed by something in our dependency
chain but it doesn't get installed.


0.26 2015-11-07

Expand Down
6 changes: 6 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ stopwords = toolchain
-remove = Test::CleanNamespaces
-remove = Test::Synopsis

[Prereqs]
; There seems to be an issue with MetaCPAN::Client on Perl 5.10.1 related to
; this. MC::Client needs this module (maybe transitively) but it doesn't get
; installed for some reason.
JSON::PP = 0

[Prereqs / RuntimeRecommends]
Parallel::ForkManager = 0.7.6

Expand Down

0 comments on commit b9dd950

Please sign in to comment.