Skip to content

Commit

Permalink
JSON --> Cpanel::JSON::XS
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Nov 1, 2017
1 parent 15c18db commit b27a52e
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 b27a52e

Please sign in to comment.