Skip to content

Commit

Permalink
Merge pull request #743 from metacpan/mickey/module_use_fix
Browse files Browse the repository at this point in the history
JSON --> Cpanel::JSON::XS
  • Loading branch information
ranguard committed Nov 5, 2017
2 parents a080836 + b27a52e commit 773d3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/Role/External/Fedora.pm
Expand Up @@ -5,7 +5,7 @@ use Moose::Role;
use namespace::autoclean;

use URI;
use JSON qw( decode_json );
use Cpanel::JSON::XS qw( decode_json );
use Log::Contextual qw( :log );

sub run_fedora {
Expand Down

0 comments on commit 773d3fa

Please sign in to comment.