Skip to content

Commit

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

Please sign in to comment.