Navigation Menu

Skip to content

Commit

Permalink
Script/Mapping: add mirror type mapping
Browse files Browse the repository at this point in the history
This will only affect VM.
Apparently I forgot to list Mirror type mapping and we don't
catch this with tests.
  • Loading branch information
mickeyn committed Jun 24, 2017
1 parent 54e5bc3 commit 41a6e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/MetaCPAN/Script/Mapping.pm
Expand Up @@ -389,6 +389,8 @@ sub deploy_mapping {
),
file =>
decode_json(MetaCPAN::Script::Mapping::CPAN::File::mapping),
mirror =>
decode_json(MetaCPAN::Script::Mapping::CPAN::Mirror::mapping),
permission =>
decode_json( MetaCPAN::Script::Mapping::CPAN::Permission::mapping
),
Expand Down

0 comments on commit 41a6e2f

Please sign in to comment.