Skip to content

Commit

Permalink
script/river: use Cpanel::JSON::XS
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Jun 12, 2016
1 parent b74fc5b commit 26c487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/River.pm
Expand Up @@ -3,7 +3,7 @@ package MetaCPAN::Script::River;
use Moose;
use namespace::autoclean;

use JSON::MaybeXS qw( decode_json );
use Cpanel::JSON::XS qw( decode_json );
use Log::Contextual qw( :log :dlog );
use LWP::UserAgent ();
use MetaCPAN::Types qw( ArrayRef Str Uri);
Expand Down

0 comments on commit 26c487f

Please sign in to comment.